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/tests-ios-Info.plist | 45 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 tests-ios/tests-ios-Info.plist (limited to 'tests-ios/tests-ios-Info.plist') diff --git a/tests-ios/tests-ios-Info.plist b/tests-ios/tests-ios-Info.plist new file mode 100644 index 00000000..0627bf66 --- /dev/null +++ b/tests-ios/tests-ios-Info.plist @@ -0,0 +1,45 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleDisplayName + ${PRODUCT_NAME} + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + org.mailcore.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1.0 + LSRequiresIPhoneOS + + UIRequiredDeviceCapabilities + + armv7 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + UISupportedInterfaceOrientations~ipad + + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + + -- cgit v1.2.3