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
+