|
|
@@ -13,7 +13,7 @@
|
|
|
<key>CFBundleIcons~ipad</key>
|
|
|
<dict/>
|
|
|
<key>CFBundleIdentifier</key>
|
|
|
- <string>oxygine.${PRODUCT_NAME:rfc1034identifier}</string>
|
|
|
+ <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
|
<string>6.0</string>
|
|
|
<key>CFBundleName</key>
|
|
|
@@ -48,5 +48,10 @@
|
|
|
</array>
|
|
|
<key>UIViewControllerBasedStatusBarAppearance</key>
|
|
|
<false/>
|
|
|
+ <key>NSAppTransportSecurity</key>
|
|
|
+ <dict>
|
|
|
+ <key>NSAllowsArbitraryLoads</key>
|
|
|
+ <true/>
|
|
|
+ </dict>
|
|
|
</dict>
|
|
|
</plist>
|