summaryrefslogtreecommitdiff
path: root/config.xml
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2017-10-01 07:45:55 -0400
committerPliable Pixels <pliablepixels@gmail.com>2017-10-01 07:45:55 -0400
commit8fe3b06d40b0c052ba915fb76874e1d02b04c5bb (patch)
tree92a843ed63ad1581319e048dad9b6d1d46d25c3e /config.xml
parentabb3fb46f5614cc9c3089b90e5cf174695670f50 (diff)
updates
Diffstat (limited to 'config.xml')
-rw-r--r--config.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/config.xml b/config.xml
index c8dc04d0..07efaa8b 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.zmninjapro" ios-CFBundleIdentifier="com.pliablepixels.zmninja-pro" version="1.2.502" 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.503" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>zmNinja</name>
<description>
High performance ZoneMinder client
@@ -95,6 +95,9 @@
</platform>
<icon src="resources/android/icon/drawable-xhdpi-icon.png" />
<preference name="SplashShowOnlyFirstTime" value="false" />
+ <engine name="android" spec="^6.2.3" />
+ <engine name="ios" spec="^4.4.0" />
+ <plugin name="com.jcjee.plugins.emailcomposer" spec="https://github.com/pliablepixels/email-composer" />
<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" />
@@ -125,6 +128,7 @@
<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="git+https://github.com/apache/cordova-plugin-statusbar.git" />
<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" />
@@ -137,8 +141,4 @@
<plugin name="phonegap-plugin-push" spec="^1.10.5">
<variable name="SENDER_ID" value="710936220256" />
</plugin>
- <engine name="ios" spec="~4.4.0" />
- <engine name="android" spec="~6.2.3" />
- <plugin name="com.jcjee.plugins.emailcomposer" spec="https://github.com/pliablepixels/email-composer" />
- <plugin name="cordova-plugin-statusbar" spec="https://github.com/apache/cordova-plugin-statusbar" />
</widget>