From 97d4c9a15b0e266cffd548d93b8597950e0d87d3 Mon Sep 17 00:00:00 2001 From: Joan Lluch Date: Thu, 3 Jul 2014 16:57:29 +0200 Subject: [PATCH] version 2.1 --- ...ealControllerStoryboardExample2-Info.plist | 42 +++++++++++++++++++ ...ealControllerStoryboardExample2-Prefix.pch | 16 +++++++ 2 files changed, 58 insertions(+) create mode 100755 RevealControllerStoryboardExample2/RevealControllerStoryboardExample2/RevealControllerStoryboardExample2-Info.plist create mode 100755 RevealControllerStoryboardExample2/RevealControllerStoryboardExample2/RevealControllerStoryboardExample2-Prefix.pch diff --git a/RevealControllerStoryboardExample2/RevealControllerStoryboardExample2/RevealControllerStoryboardExample2-Info.plist b/RevealControllerStoryboardExample2/RevealControllerStoryboardExample2/RevealControllerStoryboardExample2-Info.plist new file mode 100755 index 0000000..f3ed296 --- /dev/null +++ b/RevealControllerStoryboardExample2/RevealControllerStoryboardExample2/RevealControllerStoryboardExample2-Info.plist @@ -0,0 +1,42 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleDisplayName + ${PRODUCT_NAME} + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + com.codeveloper.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1.0 + LSRequiresIPhoneOS + + UIMainStoryboardFile + MainStoryboard + UIMainStoryboardFile~ipad + MainStoryboard-iPad + UIRequiredDeviceCapabilities + + armv7 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + + diff --git a/RevealControllerStoryboardExample2/RevealControllerStoryboardExample2/RevealControllerStoryboardExample2-Prefix.pch b/RevealControllerStoryboardExample2/RevealControllerStoryboardExample2/RevealControllerStoryboardExample2-Prefix.pch new file mode 100755 index 0000000..82b3495 --- /dev/null +++ b/RevealControllerStoryboardExample2/RevealControllerStoryboardExample2/RevealControllerStoryboardExample2-Prefix.pch @@ -0,0 +1,16 @@ +// +// Prefix header for all source files of the 'RevealControllerStoryboardExample' target in the 'RevealControllerStoryboardExample' project +// + +#import + +#ifndef __IPHONE_5_0 +#warning "This project uses features only available in iOS SDK 5.0 and later." +#endif + +#ifdef __OBJC__ + #import + #import + + #import "SWRevealViewController.h" +#endif