diff options
Diffstat (limited to 'config.xml')
| -rw-r--r-- | config.xml | 75 |
1 files changed, 55 insertions, 20 deletions
@@ -1,5 +1,5 @@ <?xml version='1.0' encoding='utf-8'?> -<widget android-packageName="com.pliablepixels.zmninja_pro" id="com.pliablepixels.zmninjapro" ios-CFBundleIdentifier="com.pliablepixels.zmninja-pro" version="1.2.43" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> +<widget android-packageName="com.pliablepixels.zmninja_pro" id="com.pliablepixels.zmninjapro" ios-CFBundleIdentifier="com.pliablepixels.zmninja-pro" version="1.2.44" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <name>zmNinja</name> <description> High performance ZoneMinder client @@ -27,10 +27,14 @@ <preference name="SplashMaintainAspectRatio" value="true" /> <preference name="FadeSplashScreen" value="false" /> <preference name="BackgroundColor" value="#444444" /> + <preference name="android-targetSdkVersion" value="23" /> <feature name="StatusBar"> <param name="ios-package" onload="true" value="CDVStatusBar" /> </feature> <platform name="ios"> + <config-file parent="NSPhotoLibraryAddUsageDescription" platform="ios" target="*-Info.plist"> + <string>Store photos of events and live feeds</string> + </config-file> <config-file parent="NSPhotoLibraryUsageDescription" platform="ios" target="*-Info.plist"> <string>Store photos of events and live feeds</string> </config-file> @@ -52,16 +56,7 @@ <icon height="29" src="resources/ios/icon/icon-small.png" width="29" /> <icon height="58" src="resources/ios/icon/icon-small@2x.png" width="58" /> <icon height="87" src="resources/ios/icon/icon-small@3x.png" width="87" /> - <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" /> - <splash height="1242" src="resources/ios/splash/Default-Landscape-736h.png" width="2208" /> - <splash height="1536" src="resources/ios/splash/Default-Landscape@2x~ipad.png" width="2048" /> - <splash height="768" src="resources/ios/splash/Default-Landscape~ipad.png" width="1024" /> - <splash height="2048" src="resources/ios/splash/Default-Portrait@2x~ipad.png" width="1536" /> - <splash height="1024" src="resources/ios/splash/Default-Portrait~ipad.png" width="768" /> - <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" /> + <splash src="resources/Default@2x~universal~anyany.png" /> </platform> <platform name="android"> <icon density="ldpi" src="resources/android/icon/drawable-ldpi-icon.png" /> @@ -84,18 +79,58 @@ <splash density="port-xxxhdpi" src="resources/android/splash/drawable-port-xxxhdpi-screen.png" /> </platform> <icon src="resources/android/icon/drawable-xhdpi-icon.png" /> - <engine name="ios" /> + <preference name="SplashShowOnlyFirstTime" value="false" /> <engine name="android" spec="^6.2.3" /> - <plugin name="cordova-plugin-certificates" spec="git+https://github.com/hypery2k/cordova-certificate-plugin.git" /> - <plugin name="cordova-plugin-customurlscheme" spec="~4.2.0"> + <engine name="ios" spec="^4.4.0" /> + <plugin name="com.telerik.plugins.nativepagetransitions" spec="^0.6.5" /> + <plugin name="cordova-library-helper" spec="^1.0.4"> + <variable name="PHOTO_LIBRARY_USAGE_DESCRIPTION" value="Save media to your Camera Roll" /> + </plugin> + <plugin name="cordova-plugin-add-swift-support" spec="^1.7.0" /> + <plugin name="cordova-plugin-android-permissions" spec="^1.0.0" /> + <plugin name="cordova-plugin-app-version" spec="^0.1.9" /> + <plugin name="cordova-plugin-compat" spec="^1.1.0" /> + <plugin name="cordova-plugin-console" spec="^1.0.7" /> + <plugin name="cordova-plugin-crosswalk-certificate" spec="git+https://github.com/danjarvis/cordova-plugin-crosswalk-certificate.git" /> + <plugin name="cordova-plugin-crosswalk-webview" spec="^2.2.0"> + <variable name="XWALK_MODE" value="lite" /> + <variable name="XWALK_VERSION" value="17.46.459.1" /> + <variable name="XWALK_LITEVERSION" value="xwalk_core_library_canary:17+" /> + <variable name="XWALK_COMMANDLINE" value="--disable-pull-to-refresh-effect" /> + <variable name="XWALK_MULTIPLEAPK" value="true" /> + </plugin> + <plugin name="cordova-plugin-customurlscheme" spec="^4.3.0"> <variable name="URL_SCHEME" value="zmninja" /> - <variable name="ANDROID_SCHEME" value=" " /> - <variable name="ANDROID_HOST" value=" " /> - <variable name="ANDROID_PATHPREFIX" value="/" /> </plugin> - <plugin name="cordova-plugin-photo-library" spec="~1.2.0"> + <plugin name="cordova-plugin-device" spec="^1.1.6" /> + <plugin name="cordova-plugin-email" spec="^1.2.6" /> + <plugin name="cordova-plugin-file" spec="^4.3.3" /> + <plugin name="cordova-plugin-file-transfer" spec="^1.6.3" /> + <plugin name="cordova-plugin-globalization" spec="^1.0.7" /> + <plugin name="cordova-plugin-inappbrowser" spec="^1.7.1" /> + <plugin name="cordova-plugin-insomnia" spec="^4.3.0" /> + <plugin name="cordova-plugin-ios-longpress-fix" spec="^1.1.0" /> + <plugin name="cordova-plugin-media" spec="git+https://github.com/pliablepixels/cordova-plugin-media.git"> + <variable name="MICROPHONE_USAGE_DESCRIPTION" value=" " /> + </plugin> + <plugin name="cordova-plugin-network-information" spec="^1.3.3" /> + <plugin name="cordova-plugin-photo-library" spec="^1.2.2"> <variable name="PHOTO_LIBRARY_USAGE_DESCRIPTION" value="images to gallery" /> </plugin> - <plugin name="cordova-plugin-settings-hook" spec="~0.2.3" /> - <plugin name="cordova-sqlite-storage" spec="~1.4.6-pre6a" /> + <plugin name="cordova-plugin-pin-dialog" spec="^0.1.3" /> + <plugin name="cordova-plugin-settings-hook" spec="^0.2.7" /> + <plugin name="cordova-plugin-splashscreen" spec="^4.0.3" /> + <plugin name="cordova-plugin-statusbar" spec="^2.2.3" /> + <plugin name="cordova-plugin-touchid" spec="^0.4.0" /> + <plugin name="cordova-plugin-websocket" spec="^0.12.2" /> + <plugin name="cordova-plugin-whitelist" spec="^1.3.2" /> + <plugin name="cordova-sqlite-storage" spec="^1.5.3" /> + <plugin name="ionic-plugin-keyboard" spec="^2.2.1" /> + <plugin name="org.devgeeks.Canvas2ImagePlugin" spec="https://github.com/flache/Canvas2ImagePlugin"> + <variable name="PHOTOLIBRARY_USAGE_DESCRIPTION" value=" " /> + </plugin> + <plugin name="phonegap-plugin-mobile-accessibility" spec="^1.0.5" /> + <plugin name="phonegap-plugin-push" spec="^1.9.0"> + <variable name="SENDER_ID" value="710936220256" /> + </plugin> </widget> |
