|
|
@@ -34,6 +34,8 @@
|
|
|
<array>
|
|
|
<string>armv7</string>
|
|
|
</array>
|
|
|
+ <key>UIRequiresFullScreen</key>
|
|
|
+ <true/>
|
|
|
<key>UIStatusBarHidden</key>
|
|
|
<true/>
|
|
|
<key>UISupportedInterfaceOrientations</key>
|
|
|
@@ -46,6 +48,11 @@
|
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
|
</array>
|
|
|
+ <key>NSAppTransportSecurity</key>
|
|
|
+ <dict>
|
|
|
+ <key>NSAllowsArbitraryLoads</key>
|
|
|
+ <true/>
|
|
|
+ </dict>
|
|
|
<key>UIViewControllerBasedStatusBarAppearance</key>
|
|
|
<false/>
|
|
|
</dict>
|