From c51a8a2b44e6934de9d45d74ddec4b70b00f1abb Mon Sep 17 00:00:00 2001 From: "Hoa V. DINH" Date: Fri, 29 Mar 2013 20:03:14 -0700 Subject: Build for iOS. --- tests-ios/main.m | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tests-ios/main.m (limited to 'tests-ios/main.m') diff --git a/tests-ios/main.m b/tests-ios/main.m new file mode 100644 index 00000000..6eadda2f --- /dev/null +++ b/tests-ios/main.m @@ -0,0 +1,18 @@ +// +// main.m +// test ios +// +// Created by DINH Viêt Hoà on 3/29/13. +// Copyright (c) 2013 MailCore. All rights reserved. +// + +#import + +#import "AppDelegate.h" + +int main(int argc, char *argv[]) +{ + @autoreleasepool { + return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); + } +} -- cgit v1.2.3