summaryrefslogtreecommitdiff
path: root/config.xml
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2020-08-28 15:22:56 -0400
committerPliable Pixels <pliablepixels@gmail.com>2020-08-28 15:22:56 -0400
commit25211b7d46c08788f390f6f220428b6f179e5ed2 (patch)
treed3354e2f695909fff0dc6eaebece0e950b33e823 /config.xml
parent1c2ba2c9db76c4e328bd70dc7ffc195ecea7a161 (diff)
#962 feature complete compared to push plugin
Diffstat (limited to 'config.xml')
-rw-r--r--config.xml37
1 files changed, 26 insertions, 11 deletions
diff --git a/config.xml b/config.xml
index 3b859cf5..77963746 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.4.010" 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.5.000" 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
@@ -35,7 +35,7 @@
<preference name="SplashMaintainAspectRatio" value="true" />
<preference name="FadeSplashScreen" value="false" />
<preference name="BackgroundColor" value="#444444" />
- <preference name="android-targetSdkVersion" value="28" />
+ <preference name="android-targetSdkVersion" value="29" />
<preference name="android-minSdkVersion" value="21" />
<preference name="SplashScreenBackgroundColor" value="#ababab" />
<feature name="StatusBar">
@@ -49,7 +49,6 @@
</feature>
<preference name="CordovaWebViewEngine" value="CDVWKWebViewEngine" />
<resource-file src="www/sounds/blop.caf" target="blop.caf" />
- <resource-file src="GoogleService-Info.plist" />
<custom-config-file parent="NSAppTransportSecurity" target="*-Info.plist">
<dict>
<key>NSAllowsArbitraryLoads</key>
@@ -85,7 +84,7 @@
<icon height="87" src="resources/ios/icon/icon-small@3x.png" width="87" />
<splash src="resources/Default@2x~universal~anyany.png" />
<icon height="1024" src="resources/icon_for_apppublish_1024x1024_no_alpha.jpg" width="1024" />
- <splash src="resources/ios/splash/Default@2x~universal~anyany.png" />
+ <splash height="2732" src="resources/ios/splash/Default@2x~universal~anyany.png" width="2732" />
<splash height="1136" src="resources/ios/splash/Default-568h@2x~iphone.png" width="640" />
<splash height="1334" src="resources/ios/splash/Default-667h.png" width="750" />
<splash height="2208" src="resources/ios/splash/Default-736h.png" width="1242" />
@@ -99,6 +98,24 @@
<splash height="960" src="resources/ios/splash/Default@2x~iphone.png" width="640" />
<splash height="480" src="resources/ios/splash/Default~iphone.png" width="320" />
<icon height="1024" src="resources/ios/icon/icon-1024.png" width="1024" />
+ <icon height="20" src="resources/ios/icon/icon-20.png" width="20" />
+ <icon height="40" src="resources/ios/icon/icon-20@2x.png" width="40" />
+ <icon height="60" src="resources/ios/icon/icon-20@3x.png" width="60" />
+ <icon height="29" src="resources/ios/icon/icon-29.png" width="29" />
+ <icon height="58" src="resources/ios/icon/icon-29@2x.png" width="58" />
+ <icon height="87" src="resources/ios/icon/icon-29@3x.png" width="87" />
+ <icon height="48" src="resources/ios/icon/icon-24@2x.png" width="48" />
+ <icon height="55" src="resources/ios/icon/icon-27.5@2x.png" width="55" />
+ <icon height="88" src="resources/ios/icon/icon-44@2x.png" width="88" />
+ <icon height="172" src="resources/ios/icon/icon-86@2x.png" width="172" />
+ <icon height="196" src="resources/ios/icon/icon-98@2x.png" width="196" />
+ <icon height="216" src="resources/ios/icon/icon-108@2x.png" width="216" />
+ <splash height="2688" src="resources/ios/splash/Default-2688h~iphone.png" width="1242" />
+ <splash height="1242" src="resources/ios/splash/Default-Landscape-2688h~iphone.png" width="2688" />
+ <splash height="1792" src="resources/ios/splash/Default-1792h~iphone.png" width="828" />
+ <splash height="828" src="resources/ios/splash/Default-Landscape-1792h~iphone.png" width="1792" />
+ <splash height="2436" src="resources/ios/splash/Default-2436h.png" width="1125" />
+ <splash height="1125" src="resources/ios/splash/Default-Landscape-2436h.png" width="2436" />
</platform>
<platform name="android">
<preference name="MixedContentMode" value="2" />
@@ -159,15 +176,16 @@
<plugin name="cordova-custom-config" spec="5.0.2" />
<plugin name="cordova-plugin-advanced-websocket" spec="1.1.5" />
<plugin name="cordova-support-google-services" spec="1.3.2" />
- <plugin name="phonegap-plugin-push" spec="2.3.0">
- <variable name="ANDROID_SUPPORT_V13_VERSION" value="27.+" />
- <variable name="FCM_VERSION" value="17.0.+" />
- </plugin>
<plugin name="cordova-plugin-x-socialsharing" spec="5.6.4">
<variable name="ANDROID_SUPPORT_V4_VERSION" value="24.1.1+" />
<variable name="PHOTO_LIBRARY_ADD_USAGE_DESCRIPTION" value="This app requires photo library access to function properly." />
<variable name="PHOTO_LIBRARY_USAGE_DESCRIPTION" value="This app requires photo library access to function properly." />
</plugin>
+ <plugin name="cordova-plugin-firebasex" spec="latest">
+ <variable name="FIREBASE_ANALYTICS_COLLECTION_ENABLED" value="false" />
+ <variable name="FIREBASE_PERFORMANCE_COLLECTION_ENABLED" value="false" />
+ <variable name="FIREBASE_CRASHLYTICS_COLLECTION_ENABLED" value="false" />
+ </plugin>
<plugin name="cordova-plugin-ionic-keyboard" spec="2.2.0" />
<plugin name="cordova-plugin-touch-id" spec="3.4.0">
<variable name="FACEID_USAGE_DESCRIPTION" value="" />
@@ -175,7 +193,4 @@
<plugin name="cordova-plugin-android-permissions" spec="1.0.2" />
<plugin name="cordova-plugin-app-version" spec="0.1.9" />
<plugin name="cordova-plugin-whitelist" spec="^1.3.4" />
- <plugin name="cordova-plugin-advanced-http" spec="^2.5.1">
- <variable name="OKHTTP_VERSION" value="3.10.0" />
- </plugin>
</widget>