summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-12-12 14:43:06 -0500
committerPliable Pixels <pliablepixels@gmail.com>2018-12-12 14:43:06 -0500
commit9df8dc17405edd3f9becb2623975f2bc6deaff14 (patch)
treee84656ccd8e087c4c2b7da252379a3e7bfcb9df0
parent876e342d65038b2e33ec5f7d76433a0459d0d3b4 (diff)
persist ATS change correctly
-rw-r--r--config.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.xml b/config.xml
index 55c41bb2..f5dc5a73 100644
--- a/config.xml
+++ b/config.xml
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
-<widget android-packageName="com.pliablepixels.zmninja_pro" id="com.pliablepixels.zmninja_pro" ios-CFBundleIdentifier="com.pliablepixels.zmninja-pro" version="1.3.036" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
+<widget android-packageName="com.pliablepixels.zmninja_pro" id="com.pliablepixels.zmninja_pro" ios-CFBundleIdentifier="com.pliablepixels.zmninja-pro" version="1.3.037" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>zmNinja</name>
<description>
High performance ZoneMinder client
@@ -45,12 +45,12 @@
</feature>
<preference name="CordovaWebViewEngine" value="CDVWKWebViewEngine" />
<resource-file src="GoogleService-Info.plist" />
- <config-file parent="NSAppTransportSecurity" target="*-Info.plist">
+ <custom-config-file parent="NSAppTransportSecurity" target="*-Info.plist">
<dict>
<key>NSAllowsArbitraryLoads</key>
<true />
</dict>
- </config-file>
+ </custom-config-file>
<config-file parent="NSPhotoLibraryAddUsageDescription" platform="ios" target="*-Info.plist">
<string>Store photos of events and live feeds</string>
</config-file>