diff options
Diffstat (limited to 'CopyMailto/main.m')
-rw-r--r-- | CopyMailto/main.m | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/CopyMailto/main.m b/CopyMailto/main.m deleted file mode 100644 index e61f04e..0000000 --- a/CopyMailto/main.m +++ /dev/null @@ -1,19 +0,0 @@ -// -// main.m -// CopyMailto -// -// Created by tw on 9/5/18. -// Copyright © 2018 tw. All rights reserved. -// - -#import <Cocoa/Cocoa.h> - -#import "DefaultURLHandler.h" - -int main(int argc, const char * argv[]) { - if (argc == 2 && strcmp(argv[1], "--set-url-handler") == 0) { - return [DefaultURLHandler setDefaultURLHandler]; - } - - return NSApplicationMain(argc, argv); -} |