OSDN Git Service

Improving the ability to quickly add/remove run loop modes.
[syncr/master.git] / CocoaAsyncSocket / CocoaAsyncSocket-5.6.1 / CertTest / main.m
diff --git a/CocoaAsyncSocket/CocoaAsyncSocket-5.6.1/CertTest/main.m b/CocoaAsyncSocket/CocoaAsyncSocket-5.6.1/CertTest/main.m
new file mode 100644 (file)
index 0000000..4b33386
--- /dev/null
@@ -0,0 +1,14 @@
+//
+//  main.m
+//  CertTest
+//
+//  Created by Robbie Hanson on 1/26/09.
+//  Copyright Deusty Designs, LLC. 2009. All rights reserved.
+//
+
+#import <Cocoa/Cocoa.h>
+
+int main(int argc, char *argv[])
+{
+    return NSApplicationMain(argc,  (const char **) argv);
+}