Merge pull request #500 from status-im/bug/#494

Portrait only on iOS (#494)
This commit is contained in:
Roman Volosovskyi 2016-11-29 10:27:59 +02:00 committed by GitHub
commit 6d22cc7650
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/>