From f2b013bee21e443faa0758b14c1faac05b260ac1 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Wed, 22 Sep 2021 01:38:17 -0600 Subject: [PATCH] Remove deprecated cordova-plugin-whitelist --- config.xml | 134 +++++++++++++++++++++------------------------- package-lock.json | 23 +------- package.json | 4 +- 3 files changed, 63 insertions(+), 98 deletions(-) diff --git a/config.xml b/config.xml index 48924b4..994cbcf 100644 --- a/config.xml +++ b/config.xml @@ -1,14 +1,12 @@ - + Helena Express - Netsyms Technologies - @@ -27,14 +25,11 @@ - - - + + - - @@ -43,36 +38,31 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + @@ -82,52 +72,50 @@ - + Your camera is used to scan receipts and pickup codes. - + Your location is used to pinpoint your location on a map. It does not leave your device. - + Your location is used to pinpoint your location on a map. It does not leave your device. - + Your location is used to pinpoint your location on a map. It does not leave your device. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/package-lock.json b/package-lock.json index 43014bc..06bcb5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,8 +12,7 @@ "cordova-plugin-device": "^2.0.3", "cordova-plugin-headercolor": "^1.0.0", "cordova-plugin-statusbar": "^2.4.3", - "cordova-plugin-theme-detection": "^1.3.0", - "cordova-plugin-whitelist": "^1.3.4" + "cordova-plugin-theme-detection": "^1.3.0" }, "devDependencies": { "cordova-android": "^10.1.1", @@ -977,21 +976,6 @@ } ] }, - "node_modules/cordova-plugin-whitelist": { - "version": "1.3.4", - "resolved": "https://registry.npmjs.org/cordova-plugin-whitelist/-/cordova-plugin-whitelist-1.3.4.tgz", - "integrity": "sha1-MZOFRcfD5941wgqwjCw6+gboo/k=", - "engines": { - "cordovaDependencies": { - "0.0.0": { - "cordova-android": ">=4.0.0" - }, - "2.0.0": { - "cordova": ">100" - } - } - } - }, "node_modules/cordova-plugin-x-socialsharing": { "version": "6.0.3", "resolved": "https://registry.npmjs.org/cordova-plugin-x-socialsharing/-/cordova-plugin-x-socialsharing-6.0.3.tgz", @@ -3237,11 +3221,6 @@ "integrity": "sha1-ZCnduHXMrCIEpAqA6juzLAovXRo=", "dev": true }, - "cordova-plugin-whitelist": { - "version": "1.3.4", - "resolved": "https://registry.npmjs.org/cordova-plugin-whitelist/-/cordova-plugin-whitelist-1.3.4.tgz", - "integrity": "sha1-MZOFRcfD5941wgqwjCw6+gboo/k=" - }, "cordova-plugin-x-socialsharing": { "version": "6.0.3", "resolved": "https://registry.npmjs.org/cordova-plugin-x-socialsharing/-/cordova-plugin-x-socialsharing-6.0.3.tgz", diff --git a/package.json b/package.json index 7af1cdb..499b965 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,6 @@ "license": "MPL-2.0", "cordova": { "plugins": { - "cordova-plugin-whitelist": {}, "phonegap-plugin-barcodescanner": {}, "cordova-plugin-device": {}, "cordova-plugin-statusbar": {}, @@ -69,8 +68,7 @@ "cordova-plugin-device": "^2.0.3", "cordova-plugin-headercolor": "^1.0.0", "cordova-plugin-statusbar": "^2.4.3", - "cordova-plugin-theme-detection": "^1.3.0", - "cordova-plugin-whitelist": "^1.3.4" + "cordova-plugin-theme-detection": "^1.3.0" }, "devDependencies": { "cordova-android": "^10.1.1",