|
|
@@ -4,6 +4,8 @@
|
|
|
<dict>
|
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
|
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
|
|
+ <key>CFBundleDisplayName</key>
|
|
|
+ <string>Apex & Drivers</string>
|
|
|
<key>CFBundleExecutable</key>
|
|
|
<string>$(EXECUTABLE_NAME)</string>
|
|
|
<key>CFBundleIdentifier</key>
|
|
|
@@ -24,6 +26,11 @@
|
|
|
</array>
|
|
|
<key>LSRequiresIPhoneOS</key>
|
|
|
<true/>
|
|
|
+ <key>NSAppTransportSecurity</key>
|
|
|
+ <dict>
|
|
|
+ <key>NSAllowsArbitraryLoads</key>
|
|
|
+ <true/>
|
|
|
+ </dict>
|
|
|
<key>NSCameraUsageDescription</key>
|
|
|
<string>need use camera</string>
|
|
|
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
|
|
|
@@ -56,12 +63,5 @@
|
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
|
</array>
|
|
|
-
|
|
|
- <key>NSAppTransportSecurity</key>
|
|
|
- <dict>
|
|
|
- <key>NSAllowsArbitraryLoads</key>
|
|
|
- <true/>
|
|
|
- </dict>
|
|
|
-
|
|
|
</dict>
|
|
|
</plist>
|