summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.xml4
-rw-r--r--package.json12
2 files changed, 9 insertions, 7 deletions
diff --git a/config.xml b/config.xml
index dacec537..62ed8117 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.044" 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.050" 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
@@ -163,7 +163,6 @@
<plugin name="cordova-plugin-photo-library" spec="git+https://github.com/pliablepixels/cordova-plugin-photo-library.git">
<variable name="PHOTO_LIBRARY_USAGE_DESCRIPTION" value="Save image alarms todisk" />
</plugin>
- <plugin name="cordova-plugin-advanced-http" spec="^2.0.2" />
<plugin name="cordova-plugin-advanced-websocket" spec="^1.1.4" />
<plugin name="cordova-plugin-x-socialsharing" spec="^5.4.3">
<variable name="ANDROID_SUPPORT_V4_VERSION" value="24.1.1+" />
@@ -177,6 +176,7 @@
<plugin name="cordova-plugin-ionic-webview" spec="https://github.com/pliablepixels/cordova-plugin-ionic-webview.git">
<variable name="ANDROID_SUPPORT_ANNOTATIONS_VERSION" value="27.+" />
</plugin>
+ <plugin name="cordova-plugin-advanced-http" spec="https://github.com/silkimen/cordova-plugin-advanced-http.git" />
<engine name="android" spec="7.1.4" />
<engine name="ios" spec="4.5.5" />
</widget>
diff --git a/package.json b/package.json
index 687253a8..06906ab6 100644
--- a/package.json
+++ b/package.json
@@ -29,7 +29,9 @@
"cordova-plugin-websocket": {},
"cordova-plugin-whitelist": {},
"cordova-sqlite-storage": {},
- "cordova-plugin-touch-id": {},
+ "cordova-plugin-touch-id": {
+ "FACEID_USAGE_DESCRIPTION": " "
+ },
"cordova-plugin-android-fingerprint-auth": {},
"cordova-plugin-network-information": {},
"cordova-plugin-device": {},
@@ -64,11 +66,11 @@
"dependencies": {
"clivas": "^0.2.0",
"cordova-android": "7.1.4",
- "cordova-custom-config": "5.0.2",
+ "cordova-custom-config": "^5.0.2",
"cordova-ios": "4.5.5",
"cordova-library-helper-pp-fork": "^1.0.1",
"cordova-plugin-add-swift-support": "^1.7.2",
- "cordova-plugin-advanced-http": "^2.0.2",
+ "cordova-plugin-advanced-http": "git+https://github.com/silkimen/cordova-plugin-advanced-http.git",
"cordova-plugin-advanced-websocket": "^1.1.4",
"cordova-plugin-android-fingerprint-auth": "^1.5.0",
"cordova-plugin-android-permissions": "^1.0.0",
@@ -94,7 +96,7 @@
"cordova-plugin-touch-id": "^3.4.0",
"cordova-plugin-websocket": "^0.12.2",
"cordova-plugin-whitelist": "^1.3.3",
- "cordova-plugin-x-socialsharing": "^5.4.3",
+ "cordova-plugin-x-socialsharing": "^5.4.4",
"cordova-sqlite-storage": "^1.5.3",
"deep-equal": "^1.0.1",
"electron-window-state": "^4.1.1",
@@ -104,7 +106,7 @@
"menu": "^0.2.5",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
- "phonegap-plugin-push": "~2.2.3"
+ "phonegap-plugin-push": "^2.2.3"
},
"devDependencies": {
"electron": "^4.0.1",