Skip to content
Snippets Groups Projects
Commit 2b6ceef3 authored by Bertrand Presles's avatar Bertrand Presles
Browse files

Updated to Cordova 9.0.0 and Cordova-iOS 5.0.1 to prepare for future version without UIWebView

parent 81432c6d
No related branches found
No related tags found
1 merge request!590iOS support: Fix "Missing attestations" message on AppStoreConnect. Added specific App ID for iOS. iOS 13 compatibility. Fix NPM install for minisodium.
......@@ -104,13 +104,13 @@
<string>To choose a profile picture</string>
</edit-config>
</platform>
<engine name="android" spec="^6.2.3" />
<engine name="ios" spec="^4.5.5" />
<engine name="android" spec="^6.4.0" />
<engine name="ios" spec="^5.0.1" />
<plugin name="cordova-plugin-ionic-webview" spec="^4.1.1" />
<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" />
<plugin name="cordova-plugin-dialogs" spec="^1.3.3" />
<plugin name="cordova-plugin-inappbrowser" spec="^1.7.1" />
<plugin name="cordova-plugin-minisodium" spec="^1.0.1" />
<plugin name="cordova-plugin-secure-storage" spec="^2.6.8" />
<plugin name="cordova-plugin-splashscreen" spec="^3.2.2" />
......
......@@ -30,17 +30,17 @@
"new": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new"
},
"dependencies": {
"cordova": "^7.1.0",
"cordova-android": "^6.2.3",
"cordova-ios": "^4.5.5",
"cordova": "^9.0.0",
"cordova-android": "6.4.0",
"cordova-ios": "5.0.1",
"cordova-plugin-camera": "^2.4.1",
"cordova-plugin-compat": "^1.1.0",
"cordova-plugin-compat": "^1.2.0",
"cordova-plugin-console": "^1.0.7",
"cordova-plugin-crosswalk-webview": "^2.3.0",
"cordova-plugin-device": "^1.1.6",
"cordova-plugin-dialogs": "^1.3.3",
"cordova-plugin-inappbrowser": "^1.7.1",
"cordova-plugin-minisodium": "git+https://github.com/E-IS/cordova-plugin-minisodium.git",
"cordova-plugin-ionic-webview": "4.1.1",
"cordova-plugin-minisodium": "https://github.com/E-IS/cordova-plugin-minisodium/archive/v1.0.1.tar.gz",
"cordova-plugin-secure-storage": "^2.6.8",
"cordova-plugin-splashscreen": "^3.2.2",
"cordova-plugin-statusbar": "^2.4.2",
......@@ -59,7 +59,6 @@
"del": "^2.2.0",
"delete-empty": "^0.1.3",
"event-stream": "3.3.4",
"fs": "^0.0.2",
"glob": "^5.0.15",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^1.8.0",
......@@ -113,7 +112,6 @@
"cordova-plugin-vibration",
"cordova-plugin-dialogs",
"cordova-plugin-secure-storage",
"cordova-plugin-inappbrowser",
"cordova-plugin-x-toast",
"cordova-clipboard",
{
......@@ -126,8 +124,12 @@
}
],
"cordovaPlatforms": [
"android",
"ios"
"ios",
{
"platform": "android",
"version": "6.4.0",
"locator": "android@6.4.0"
}
],
"cordova": {
"plugins": {
......@@ -135,7 +137,6 @@
"cordova-plugin-console": {},
"cordova-plugin-device": {},
"cordova-plugin-dialogs": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-minisodium": {},
"cordova-plugin-secure-storage": {},
"cordova-plugin-splashscreen": {},
......@@ -150,8 +151,8 @@
}
},
"platforms": [
"android",
"ios"
"ios",
"android"
]
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment