From 28d4aebeac71444dd0bd24a213800fd7deb1ccd2 Mon Sep 17 00:00:00 2001 From: Felix Mau Date: Sun, 9 Sep 2018 20:24:41 +0200 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20::=20refactored=20example?= =?UTF-8?q?=20application=20to=20support=20iPads?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Example/GradientLoadingBar.xcodeproj/project.pbxproj | 2 ++ Example/GradientLoadingBar/Info.plist | 1 + 2 files changed, 3 insertions(+) diff --git a/Example/GradientLoadingBar.xcodeproj/project.pbxproj b/Example/GradientLoadingBar.xcodeproj/project.pbxproj index 1572c87..406c8c7 100644 --- a/Example/GradientLoadingBar.xcodeproj/project.pbxproj +++ b/Example/GradientLoadingBar.xcodeproj/project.pbxproj @@ -673,6 +673,7 @@ PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 4.2; + TARGETED_DEVICE_FAMILY = "1,2"; }; name = Debug; }; @@ -687,6 +688,7 @@ PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 4.2; + TARGETED_DEVICE_FAMILY = "1,2"; }; name = Release; }; diff --git a/Example/GradientLoadingBar/Info.plist b/Example/GradientLoadingBar/Info.plist index eb18faa..6905cc6 100644 --- a/Example/GradientLoadingBar/Info.plist +++ b/Example/GradientLoadingBar/Info.plist @@ -34,6 +34,7 @@ UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight