You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2019/04/25 02:35:32 UTC

[cordova-paramedic] 02/02: Fix iOS Configs for Backward Testing and Cleanup

This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch erisu-config-test
in repository https://gitbox.apache.org/repos/asf/cordova-paramedic.git

commit ffe5a426b340d66f9c9afb2425c7e79a449aa8c8
Author: エリス <el...@gmail.com>
AuthorDate: Thu Apr 25 11:33:43 2019 +0900

    Fix iOS Configs for Backward Testing and Cleanup
---
 conf/periodic/ios-10.0.config.json       | 2 +-
 conf/periodic/ios-9.3.config.json        | 5 +++--
 conf/periodic/local/ios-10.0.config.json | 4 ++--
 conf/periodic/local/ios-9.3.config.json  | 5 +++--
 conf/pr/ios-9.3.config.json              | 5 +++--
 conf/pr/local/ios-10.0.config.json       | 2 +-
 conf/pr/local/ios-9.3.config.json        | 5 +++--
 7 files changed, 16 insertions(+), 12 deletions(-)

diff --git a/conf/periodic/ios-10.0.config.json b/conf/periodic/ios-10.0.config.json
index 44665e5..89c3f19 100644
--- a/conf/periodic/ios-10.0.config.json
+++ b/conf/periodic/ios-10.0.config.json
@@ -1,5 +1,5 @@
 {
-    "platform": "ios@https://github.com/apache/cordova-ios.git",
+    "platform": "ios",
     "action": "run",
     "cleanUpAfterRun": true,
     "verbose": true,
diff --git a/conf/periodic/ios-9.3.config.json b/conf/periodic/ios-9.3.config.json
index fc4ff1b..66e4a6e 100644
--- a/conf/periodic/ios-9.3.config.json
+++ b/conf/periodic/ios-9.3.config.json
@@ -1,7 +1,8 @@
 {
-    "platform": "ios@https://github.com/apache/cordova-ios.git",
+    "platform": "ios@4.5.5",
+    "args": "--buildFlag='-UseModernBuildSystem=0'",
     "action": "run",
     "cleanUpAfterRun": true,
     "verbose": true,
     "saucePlatformVersion": "9.3"
-}
+}
\ No newline at end of file
diff --git a/conf/periodic/local/ios-10.0.config.json b/conf/periodic/local/ios-10.0.config.json
index e433e81..60a1ba5 100644
--- a/conf/periodic/local/ios-10.0.config.json
+++ b/conf/periodic/local/ios-10.0.config.json
@@ -1,7 +1,7 @@
 {
-    "platform": "ios@https://github.com/apache/cordova-ios.git",
+    "platform": "ios",
     "action": "run",
     "cleanUpAfterRun": true,
-    "target": "iPhone-SE\\,\\ 10\\.0",
+    "target": "iPhone-SE, 10.0",
     "verbose": true
 }
diff --git a/conf/periodic/local/ios-9.3.config.json b/conf/periodic/local/ios-9.3.config.json
index 0d55e09..693bda0 100644
--- a/conf/periodic/local/ios-9.3.config.json
+++ b/conf/periodic/local/ios-9.3.config.json
@@ -1,7 +1,8 @@
 {
-    "platform": "ios@https://github.com/apache/cordova-ios.git",
+    "platform": "ios@4.5.5",
+    "args": "--buildFlag='-UseModernBuildSystem=0'",
     "action": "run",
     "cleanUpAfterRun": true,
-    "target": "iPhone-SE\\,\\ 9\\.3",
+    "target": "iPhone-SE, 9.3",
     "verbose": true
 }
diff --git a/conf/pr/ios-9.3.config.json b/conf/pr/ios-9.3.config.json
index 4f101e6..66e4a6e 100644
--- a/conf/pr/ios-9.3.config.json
+++ b/conf/pr/ios-9.3.config.json
@@ -1,7 +1,8 @@
 {
-    "platform": "ios",
+    "platform": "ios@4.5.5",
+    "args": "--buildFlag='-UseModernBuildSystem=0'",
     "action": "run",
     "cleanUpAfterRun": true,
     "verbose": true,
     "saucePlatformVersion": "9.3"
-}
+}
\ No newline at end of file
diff --git a/conf/pr/local/ios-10.0.config.json b/conf/pr/local/ios-10.0.config.json
index b678dfd..60a1ba5 100644
--- a/conf/pr/local/ios-10.0.config.json
+++ b/conf/pr/local/ios-10.0.config.json
@@ -2,6 +2,6 @@
     "platform": "ios",
     "action": "run",
     "cleanUpAfterRun": true,
-    "target": "iPhone-SE\\,\\ 10\\.0",
+    "target": "iPhone-SE, 10.0",
     "verbose": true
 }
diff --git a/conf/pr/local/ios-9.3.config.json b/conf/pr/local/ios-9.3.config.json
index 9440b9d..693bda0 100644
--- a/conf/pr/local/ios-9.3.config.json
+++ b/conf/pr/local/ios-9.3.config.json
@@ -1,7 +1,8 @@
 {
-    "platform": "ios",
+    "platform": "ios@4.5.5",
+    "args": "--buildFlag='-UseModernBuildSystem=0'",
     "action": "run",
     "cleanUpAfterRun": true,
-    "target": "iPhone-SE\\,\\ 9\\.3",
+    "target": "iPhone-SE, 9.3",
     "verbose": true
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org