From 1c06b44b9c2eb3741052451b2818d62bc022f93a Mon Sep 17 00:00:00 2001 From: Javier Cicchelli Date: Fri, 15 Mar 2024 23:29:52 +0100 Subject: [PATCH] Updated the iPhone orientation of the App target to support portrait orientation only. --- App/Resources/Plists/Info.plist | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/App/Resources/Plists/Info.plist b/App/Resources/Plists/Info.plist index 5a63475..96f4205 100644 --- a/App/Resources/Plists/Info.plist +++ b/App/Resources/Plists/Info.plist @@ -29,15 +29,13 @@ UISupportedInterfaceOrientations UIInterfaceOrientationPortrait - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight UISupportedInterfaceOrientations~ipad - UIInterfaceOrientationPortrait - UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown