dmuratshin 9 years ago
parent
commit
f14f523247
1 changed files with 7 additions and 0 deletions
  1. 7 0
      tools/templates/proj.ios/${PROJECT}/${PROJECT}_ios-Info.plist

+ 7 - 0
tools/templates/proj.ios/${PROJECT}/${PROJECT}_ios-Info.plist

@@ -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>