From e54ce3aa93fbde71815667c711be0f93cde174e4 Mon Sep 17 00:00:00 2001 From: Lars Saalbach Date: Thu, 14 Sep 2023 21:57:22 +0200 Subject: [PATCH] Removing diagnostic plugin because unneded,and and added to much requirements on ios. updating the info-plist file for having descriptions for iHealth --- config.xml | 12 ++++++++++++ package-lock.json | 19 ------------------- package.json | 7 +------ 3 files changed, 13 insertions(+), 25 deletions(-) diff --git a/config.xml b/config.xml index adf2db39a..09d2d9f9a 100644 --- a/config.xml +++ b/config.xml @@ -200,6 +200,18 @@ + + App needs access to Health to read, write and update the amount of caffeine by each coffee brew, which was recorded with this app. + + + App needs access to Health to read, write and update the amount of caffeine by each coffee brew, which was recorded with this app. + + + Blutooth access needed to connect smartscales, pressure devices, thermo devices or refractometer. With this these data to each coffee brew can be logged. + + + Blutooth access needed to connect smartscales, pressure devices, thermo devices or refractometer. With this these data to each coffee brew can be logged. + App needs read access to see the caffeinate amount which was tracked with this coffee app diff --git a/package-lock.json b/package-lock.json index 29b948418..1563f5b80 100644 --- a/package-lock.json +++ b/package-lock.json @@ -121,7 +121,6 @@ "cordova-plugin-splashscreen": "^6.0.1", "cordova-plugin-x-socialsharing": "^6.0.4", "cordova-sqlite-storage": "^5.1.0", - "cordova.plugins.diagnostic": "^7.1.2", "elliptic": ">=6.5.4", "es6-promise-plugin": "^4.2.2", "husky": "^8.0.1", @@ -6921,24 +6920,6 @@ "integrity": "sha512-A7gV5lQZc0oPrJ/a+lsZmMZr7vYou4MXyQFOY+b/dwuCMsagLT0EsL7oY54tqzpvjtzLfh0aZGGm9i8DMAIFSA==", "dev": true }, - "node_modules/cordova.plugins.diagnostic": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-7.1.2.tgz", - "integrity": "sha512-Rirkthi6dcVFIDVdV2Sznw29zk8AwAPhWfSVZm45m6wqsj58ZNk0/4rV7woqJdTf9oKNqxkii9FFTTVTowvQvQ==", - "dev": true, - "hasInstallScript": true, - "dependencies": { - "colors": "1.4.0", - "elementtree": "^0.1.6", - "minimist": "1.2.6" - } - }, - "node_modules/cordova.plugins.diagnostic/node_modules/minimist": { - "version": "1.2.6", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", - "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==", - "dev": true - }, "node_modules/core-js": { "version": "3.29.1", "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.29.1.tgz", diff --git a/package.json b/package.json index 4d1a7c1ba..ef3594eff 100644 --- a/package.json +++ b/package.json @@ -128,7 +128,6 @@ "cordova-plugin-splashscreen": "^6.0.1", "cordova-plugin-x-socialsharing": "^6.0.4", "cordova-sqlite-storage": "^5.1.0", - "cordova.plugins.diagnostic": "^7.1.2", "elliptic": ">=6.5.4", "es6-promise-plugin": "^4.2.2", "husky": "^8.0.1", @@ -207,10 +206,6 @@ "cordova-plugin-file": { "ANDROIDX_WEBKIT_VERSION": "1.4.0" }, - "cordova.plugins.diagnostic": { - "ANDROIDX_VERSION": "1.0.0", - "ANDROIDX_APPCOMPAT_VERSION": "1.3.1" - }, "cordova-android-support-gradle-release": { "ANDROID_SUPPORT_VERSION": "27.+" }, @@ -258,4 +253,4 @@ "*.css": "stylelint --fix", "*.{ts,js,css,md}": "prettier --write" } -} +} \ No newline at end of file