summaryrefslogtreecommitdiff
path: root/ZeroTier One/main.m
diff options
context:
space:
mode:
authorGrant Limberg <glimberg@gmail.com>2016-08-07 20:19:36 -0700
committerGrant Limberg <glimberg@gmail.com>2016-08-07 20:19:36 -0700
commit8d7f851b4e5938d06f1f8da03a249303b2ffd3cd (patch)
tree6e73387b2f4907551b76ff527397d52d80c2570f /ZeroTier One/main.m
parent5b13b282ede30b8cfb2f5ff1875b96f3b277acd9 (diff)
downloadinfinitytier-8d7f851b4e5938d06f1f8da03a249303b2ffd3cd.tar.gz
infinitytier-8d7f851b4e5938d06f1f8da03a249303b2ffd3cd.zip
Now translated. One minor crash to figure out.
Diffstat (limited to 'ZeroTier One/main.m')
-rw-r--r--ZeroTier One/main.m13
1 files changed, 13 insertions, 0 deletions
diff --git a/ZeroTier One/main.m b/ZeroTier One/main.m
new file mode 100644
index 00000000..399c483d
--- /dev/null
+++ b/ZeroTier One/main.m
@@ -0,0 +1,13 @@
+//
+// main.m
+// testapp
+//
+// Created by Grant Limberg on 8/7/16.
+// Copyright © 2016 ZeroTier, Inc. All rights reserved.
+//
+
+#import <Cocoa/Cocoa.h>
+
+int main(int argc, const char * argv[]) {
+ return NSApplicationMain(argc, argv);
+}