From e40a533b46904dad76c493fc7086c5d5a878b573 Mon Sep 17 00:00:00 2001 From: Si Date: Wed, 26 Jul 2017 14:19:05 +0100 Subject: [PATCH] Initial commit --- SMSpotlightSearchViewDemo/Info.plist | 45 ++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 SMSpotlightSearchViewDemo/Info.plist diff --git a/SMSpotlightSearchViewDemo/Info.plist b/SMSpotlightSearchViewDemo/Info.plist new file mode 100644 index 0000000..d052473 --- /dev/null +++ b/SMSpotlightSearchViewDemo/Info.plist @@ -0,0 +1,45 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1 + LSRequiresIPhoneOS + + UILaunchStoryboardName + LaunchScreen + UIMainStoryboardFile + Main + UIRequiredDeviceCapabilities + + armv7 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + UISupportedInterfaceOrientations~ipad + + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + +