From 322dd885f1e1b1f6c0bd73dae449cef5f0f678e8 Mon Sep 17 00:00:00 2001
From: Bertrand Presles <bpresles@gmail.com>
Date: Tue, 3 Sep 2019 08:57:49 +0200
Subject: [PATCH] Force versions of cordova-ios and cordova-android

---
 config.xml               | 2 +-
 platforms/platforms.json | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/config.xml b/config.xml
index c14188734..a4556f5ec 100644
--- a/config.xml
+++ b/config.xml
@@ -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" />
diff --git a/platforms/platforms.json b/platforms/platforms.json
index 53ff521b9..44ff3a84e 100644
--- a/platforms/platforms.json
+++ b/platforms/platforms.json
@@ -1,3 +1,4 @@
 {
-  "ios": "4.5.5"
-}
\ No newline at end of file
+  "ios": "https://github.com/bpresles/cordova-ios.git",
+  "android": "6.4.0"
+}
-- 
GitLab