Require app to launch in portrait orientation.

This commit is contained in:
Matthew Chen 2019-02-01 10:44:56 -05:00
parent 7df69f84da
commit 2d55ff096e

View File

@ -148,8 +148,6 @@
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<true/>