From 8c20b1ce79316ccda8dd2c91c66f2388f16c45bf Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 5 Sep 2018 19:57:58 +0200 Subject: DefaultURLHandler: Add `saveDefaultURLHandler` This method is supposed to set CopyMailto as the default application for "mailto" URLs. But it keeps giving me a `-54` error, or `202` status code on the shell. WTF is going on? --- CopyMailto/DefaultURLHandler.h | 1 + 1 file changed, 1 insertion(+) (limited to 'CopyMailto/DefaultURLHandler.h') diff --git a/CopyMailto/DefaultURLHandler.h b/CopyMailto/DefaultURLHandler.h index 7bad3d0..fb54e9e 100644 --- a/CopyMailto/DefaultURLHandler.h +++ b/CopyMailto/DefaultURLHandler.h @@ -10,6 +10,7 @@ @interface DefaultURLHandler : NSObject ++ (OSStatus)setDefaultURLHandler; + (void)saveDefaultURLHandler; @end -- cgit v1.2.3