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

Force versions of cordova-ios and cordova-android

parent 8476a28c
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.
......@@ -108,7 +108,7 @@
</config-file>
</platform>
<engine name="android" spec="^6.4.0" />
<engine name="ios" spec="^5.0.1" />
<engine name="ios" spec="^5.1.0-dev" />
<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" />
......
{
"ios": "4.5.5"
}
\ No newline at end of file
"ios": "https://github.com/bpresles/cordova-ios.git",
"android": "6.4.0"
}
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