From 3bbad4be911fe5601550310afd24a9e089cda8dd Mon Sep 17 00:00:00 2001
From: Wojciech Nagrodzki <278594+wnagrodzki@users.noreply.github.com>
Date: Sat, 4 Oct 2014 14:02:45 +0200
Subject: [PATCH] Changes device family target to iPad and deployment target to
iOS 7.0. Enables support for all device orientations.
---
ModalPresentation.xcodeproj/project.pbxproj | 4 ++++
ModalPresentation/Info.plist | 7 +++++++
2 files changed, 11 insertions(+)
diff --git a/ModalPresentation.xcodeproj/project.pbxproj b/ModalPresentation.xcodeproj/project.pbxproj
index d2f2c5d..e818d51 100644
--- a/ModalPresentation.xcodeproj/project.pbxproj
+++ b/ModalPresentation.xcodeproj/project.pbxproj
@@ -343,8 +343,10 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = ModalPresentation/Info.plist;
+ IPHONEOS_DEPLOYMENT_TARGET = 7.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
+ TARGETED_DEVICE_FAMILY = 2;
};
name = Debug;
};
@@ -353,8 +355,10 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = ModalPresentation/Info.plist;
+ IPHONEOS_DEPLOYMENT_TARGET = 7.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
+ TARGETED_DEVICE_FAMILY = 2;
};
name = Release;
};
diff --git a/ModalPresentation/Info.plist b/ModalPresentation/Info.plist
index ccf7835..dd84f10 100644
--- a/ModalPresentation/Info.plist
+++ b/ModalPresentation/Info.plist
@@ -36,5 +36,12 @@
UIInterfaceOrientationLandscapeLeft
UIInterfaceOrientationLandscapeRight
+ UISupportedInterfaceOrientations~ipad
+
+ UIInterfaceOrientationPortrait
+ UIInterfaceOrientationLandscapeLeft
+ UIInterfaceOrientationLandscapeRight
+ UIInterfaceOrientationPortraitUpsideDown
+