diff --git a/config.xml b/config.xml index d83ff461aba730d35c344319311bbdd326f03ba4..b680f9f13eaadb951b17648268b9aefb25ac8c05 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 26b8fc7305ee1a602b3cf1febd497c9f70d8343a..ddcffd15bb1b6fb43d076d2317b298132703817c 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 bfe7defdc162761f0bd720a88312657d6f739c11..e2c78f1c1fad2ca5ece18ad072b4880d1508faa0 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 +;