diff options
author | Teddy Wing | 2018-09-05 19:57:58 +0200 |
---|---|---|
committer | Teddy Wing | 2018-09-05 19:57:58 +0200 |
commit | 8c20b1ce79316ccda8dd2c91c66f2388f16c45bf (patch) | |
tree | 802f8105344ad9daa01ac3b6ffa8f645fd39f204 /CopyMailto/DefaultURLHandler.h | |
parent | 83b7beb0c532a199e606d7ba05ffc38ea7e2cd7f (diff) | |
download | Copy-Mailto-8c20b1ce79316ccda8dd2c91c66f2388f16c45bf.tar.bz2 |
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?
Diffstat (limited to 'CopyMailto/DefaultURLHandler.h')
-rw-r--r-- | CopyMailto/DefaultURLHandler.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |