aboutsummaryrefslogtreecommitdiffstats
path: root/CopyMailto/DefaultURLHandler.h
diff options
context:
space:
mode:
authorTeddy Wing2018-09-05 19:57:58 +0200
committerTeddy Wing2018-09-05 19:57:58 +0200
commit8c20b1ce79316ccda8dd2c91c66f2388f16c45bf (patch)
tree802f8105344ad9daa01ac3b6ffa8f645fd39f204 /CopyMailto/DefaultURLHandler.h
parent83b7beb0c532a199e606d7ba05ffc38ea7e2cd7f (diff)
downloadCopy-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.h1
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