Skip to content

Commit 7f31656

Browse files
committed
project.yml: add PortraitUpsideDown orientation (Apple iPad multitasking req)
1 parent 921300d commit 7f31656

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ targets:
4040
INFOPLIST_KEY_CFBundleDisplayName: AutoChoice
4141
INFOPLIST_KEY_UILaunchScreen_Generation: "YES"
4242
INFOPLIST_KEY_UIApplicationSceneManifest_Generation: "YES"
43-
INFOPLIST_KEY_UISupportedInterfaceOrientations: "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"
43+
INFOPLIST_KEY_UISupportedInterfaceOrientations: "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"
4444
INFOPLIST_KEY_UIRequiresFullScreen: "NO"
4545
TARGETED_DEVICE_FAMILY: "1,2"
4646
SUPPORTS_MACCATALYST: "NO"

0 commit comments

Comments
 (0)