Portrait only on iOS (#494)

This commit is contained in:
alwx 2016-11-28 16:41:59 +03:00
parent 2337b547d8
commit 98bf099c03
1 changed files with 4 additions and 6 deletions

View File

@ -20,6 +20,10 @@
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>whatsapp</string>
</array>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
@ -74,12 +78,6 @@
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>whatsapp</string>
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>