Respect window/handheld/orientation setting in iOS

This commit is contained in:
Yasha Borevich
2018-06-29 13:53:12 +03:00
parent b7f17a100d
commit f78e5e5725
4 changed files with 29 additions and 61 deletions

View File

@ -41,11 +41,15 @@
<array>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
</array>
$additional_plist_content
</dict>