From 59ed131f66988e13590c0abe57e230d7b64e9b51 Mon Sep 17 00:00:00 2001 From: Bertrand Presles <bpresles@gmail.com> Date: Tue, 4 Jun 2019 21:08:19 +0200 Subject: [PATCH] Updated requirement to Cordova 7.1.0, as latest qrcode scanner plugin requires it --- config.xml | 2 +- package.json | 4 ++-- www/js/config.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config.xml b/config.xml index d83ff461a..b680f9f13 100644 --- a/config.xml +++ b/config.xml @@ -107,7 +107,6 @@ </edit-config> </platform> <engine name="android" spec="^6.2.3" /> - <engine name="ios" spec="^4.5.5" /> <plugin name="cordova-plugin-camera" spec="^2.4.1" /> <plugin name="cordova-plugin-console" spec="^1.0.7" /> <plugin name="cordova-plugin-device" spec="^1.1.6" /> @@ -125,4 +124,5 @@ <plugin name="phonegap-plugin-barcodescanner" spec="git+https://github.com/phonegap/phonegap-plugin-barcodescanner.git"> <variable name="CAMERA_USAGE_DESCRIPTION" value=" " /> </plugin> + <engine name="ios" spec="~4.5.5" /> </widget> diff --git a/package.json b/package.json index 26b8fc730..ddcffd15b 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "new": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new" }, "dependencies": { - "cordova": "^6.5.0", + "cordova": "^7.1.0", "cordova-android": "^6.2.3", "cordova-ios": "^4.5.5", "cordova-plugin-camera": "^2.4.1", @@ -151,4 +151,4 @@ "ios" ] } -} \ No newline at end of file +} diff --git a/www/js/config.js b/www/js/config.js index bfe7defdc..e2c78f1c1 100644 --- a/www/js/config.js +++ b/www/js/config.js @@ -97,4 +97,4 @@ angular.module("cesium.config", []) "newIssueUrl": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new" }) -; \ No newline at end of file +; -- GitLab