Disable landscape orientation in iPhones

zio/stable
Paul Frazee 2022-11-23 13:34:45 -06:00
parent 1370353ff6
commit d09bf31431
1 changed files with 4 additions and 0 deletions

View File

@ -59,8 +59,12 @@
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
<string>UIInterfaceOrientationPortrait</string>
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>