From 5c4edf04b2950dc502d1e0f33346f36a110a2b30 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sun, 2 Aug 2020 05:49:43 -0400 Subject: updates --- package.json | 33 +++++++++++++++------------------ 1 file changed, 15 insertions(+), 18 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 534b2731..5ea5699d 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,8 @@ "license": "custom see LICENSE.md", "cordova": { "platforms": [ - "android", - "ios" + "ios", + "android" ], "plugins": { "cordova-plugin-customurlscheme": { @@ -22,11 +22,9 @@ "cordova-plugin-insomnia": {}, "cordova-plugin-pin-dialog": {}, "cordova-plugin-whitelist": {}, - "cordova-sqlite-storage": {}, "cordova-plugin-android-fingerprint-auth": {}, "cordova-plugin-network-information": {}, "cordova-plugin-device": {}, - "cordova-plugin-file": {}, "cordova-library-helper-pp-fork": {}, "cordova-plugin-multi-window": {}, "cordova-plugin-ignore-lint-translation": {}, @@ -36,10 +34,6 @@ "cordova-custom-config": {}, "cordova-plugin-advanced-websocket": {}, "cordova-plugin-splashscreen": {}, - "cordova-plugin-add-swift-support": {}, - "cordova-plugin-photo-library": { - "PHOTO_LIBRARY_USAGE_DESCRIPTION": "Save monitor photos to albums" - }, "cordova-support-google-services": {}, "phonegap-plugin-push": { "ANDROID_SUPPORT_V13_VERSION": "27.+", @@ -55,27 +49,31 @@ "FACEID_USAGE_DESCRIPTION": "" }, "cordova-plugin-android-permissions": {}, - "cordova-plugin-inappbrowser": {}, "cordova-plugin-app-version": {}, - "cordova-plugin-statusbar-pp-fork": {}, - "cordova-plugin-statusbar": {}, "cordova-plugin-advanced-http": { "OKHTTP_VERSION": "3.10.0" }, "cordova-plugin-ionic-webview": { "ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+" }, - "cordova-plugin-media-pp-fork": {} + "cordova-sqlite-storage": {}, + "cordova-plugin-add-swift-support": {}, + "cordova-plugin-statusbar": {}, + "cordova-plugin-file": {}, + "cordova-plugin-media-pp-fork": {}, + "cordova-plugin-photo-library-wkwebview": { + "PHOTO_LIBRARY_USAGE_DESCRIPTION": "Save alarmed images to phone " + } } }, "dependencies": { "async": "^3.2.0", "clivas": "^0.2.0", - "cordova-android": "^8.0.0", + "cordova-android": "^8.1.0", "cordova-custom-config": "^5.1.0", - "cordova-ios": "^4.5.5", + "cordova-ios": "^5.1.1", "cordova-library-helper-pp-fork": "^1.0.1", - "cordova-plugin-add-swift-support": "^1.7.2", + "cordova-plugin-add-swift-support": "^2.0.2", "cordova-plugin-advanced-http": "^2.5.1", "cordova-plugin-advanced-websocket": "^1.1.5", "cordova-plugin-android-fingerprint-auth": "^1.5.0", @@ -88,21 +86,20 @@ "cordova-plugin-file-transfer": "^1.7.1", "cordova-plugin-globalization": "^1.11.0", "cordova-plugin-ignore-lint-translation": "0.0.1", - "cordova-plugin-inappbrowser": "git+https://github.com/apache/cordova-plugin-inappbrowser.git", "cordova-plugin-insomnia": "^4.3.0", "cordova-plugin-ionic-keyboard": "^2.2.0", "cordova-plugin-ionic-webview": "git+https://github.com/pliablepixels/cordova-plugin-ionic-webview.git", "cordova-plugin-media-pp-fork": "^1.0.2-dev", "cordova-plugin-multi-window": "0.0.3", "cordova-plugin-network-information": "^2.0.2", - "cordova-plugin-photo-library": "git+https://github.com/pliablepixels/cordova-plugin-photo-library.git", + "cordova-plugin-photo-library-wkwebview": "^3.0.3", "cordova-plugin-pin-dialog": "^0.1.3", "cordova-plugin-splashscreen": "git+https://github.com/prageeth/cordova-plugin-splashscreen.git", "cordova-plugin-statusbar-pp-fork": "^2.4.4-dev", "cordova-plugin-touch-id": "^3.4.0", "cordova-plugin-whitelist": "^1.3.4", "cordova-plugin-x-socialsharing": "^5.6.4", - "cordova-sqlite-storage": "^1.5.3", + "cordova-sqlite-storage": "^5.0.1", "cordova-support-google-services": "^1.3.2", "deep-equal": "^2.0.3", "define-properties": "^1.1.3", -- cgit v1.2.3