aboutsummaryrefslogtreecommitdiffstats
path: root/Drop Serve/main.m
diff options
context:
space:
mode:
authorTeddy Wing2020-10-10 17:56:32 +0200
committerTeddy Wing2020-10-10 17:56:32 +0200
commite436199329efee8da07507f2d731c41cc784961d (patch)
tree4f968e244013c947747e606a700f9cd80f09606f /Drop Serve/main.m
downloadDrop-Serve-e436199329efee8da07507f2d731c41cc784961d.tar.bz2
New Xcode 4.5.2 project
Diffstat (limited to 'Drop Serve/main.m')
-rw-r--r--Drop Serve/main.m14
1 files changed, 14 insertions, 0 deletions
diff --git a/Drop Serve/main.m b/Drop Serve/main.m
new file mode 100644
index 0000000..86beb6d
--- /dev/null
+++ b/Drop Serve/main.m
@@ -0,0 +1,14 @@
+//
+// main.m
+// Drop Serve
+//
+// Created by TW on 10/10/20.
+// Copyright (c) 2020 TW. All rights reserved.
+//
+
+#import <Cocoa/Cocoa.h>
+
+int main(int argc, char *argv[])
+{
+ return NSApplicationMain(argc, (const char **)argv);
+}