summaryrefslogtreecommitdiffstats
path: root/xcode/iPhoneOS/tinyDAVTest/main.m
diff options
context:
space:
mode:
authorbossiel <bossiel@yahoo.fr>2011-08-10 22:59:15 +0000
committerbossiel <bossiel@yahoo.fr>2011-08-10 22:59:15 +0000
commit1ebf5a5fcda0c9154e22ed02404fd46525a7fd9f (patch)
tree4b6214a7142ab1035cb0e47444e88af38e712421 /xcode/iPhoneOS/tinyDAVTest/main.m
downloaddoubango-1.0.zip
doubango-1.0.tar.gz
Move deprecated v1.0 from trunk to branches1.0
Diffstat (limited to 'xcode/iPhoneOS/tinyDAVTest/main.m')
-rw-r--r--xcode/iPhoneOS/tinyDAVTest/main.m16
1 files changed, 16 insertions, 0 deletions
diff --git a/xcode/iPhoneOS/tinyDAVTest/main.m b/xcode/iPhoneOS/tinyDAVTest/main.m
new file mode 100644
index 0000000..3940f0e
--- /dev/null
+++ b/xcode/iPhoneOS/tinyDAVTest/main.m
@@ -0,0 +1,16 @@
+//
+// main.m
+// TestIPhone01
+//
+// Created by Laurent Etiemble on 01/04/10.
+// Copyright __MyCompanyName__ 2010. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+int main(int argc, char *argv[]) {
+ NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
+ int retVal = UIApplicationMain(argc, argv, nil, nil);
+ [pool release];
+ return retVal;
+}
OpenPOWER on IntegriCloud