You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by jc...@apache.org on 2023/08/28 21:38:56 UTC

[cordova-paramedic] branch fix-simulators created (now 4e69751)

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

jcesarmobile pushed a change to branch fix-simulators
in repository https://gitbox.apache.org/repos/asf/cordova-paramedic.git


      at 4e69751  fix: correct name of iOS targets

This branch includes the following new commits:

     new 4e69751  fix: correct name of iOS targets

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[cordova-paramedic] 01/01: fix: correct name of iOS targets

Posted by jc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jcesarmobile pushed a commit to branch fix-simulators
in repository https://gitbox.apache.org/repos/asf/cordova-paramedic.git

commit 4e69751df1c5d68fa5ab1537cb21fc5b07724f6e
Author: jcesarmobile <jc...@gmail.com>
AuthorDate: Mon Aug 28 23:38:41 2023 +0200

    fix: correct name of iOS targets
---
 conf/pr/local/ios-13.x.config.json | 2 +-
 conf/pr/local/ios-14.x.config.json | 2 +-
 conf/pr/local/ios-15.x.config.json | 2 +-
 conf/pr/local/ios-16.x.config.json | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/conf/pr/local/ios-13.x.config.json b/conf/pr/local/ios-13.x.config.json
index caaf270..5cd8c6b 100644
--- a/conf/pr/local/ios-13.x.config.json
+++ b/conf/pr/local/ios-13.x.config.json
@@ -2,6 +2,6 @@
     "platform": "ios@latest",
     "action": "run",
     "cleanUpAfterRun": true,
-    "target": "^iPhone-11, 13.\\d$",
+    "target": "iPhone-11, 13.\\d$",
     "verbose": true
 }
diff --git a/conf/pr/local/ios-14.x.config.json b/conf/pr/local/ios-14.x.config.json
index dc0520f..5b990e3 100644
--- a/conf/pr/local/ios-14.x.config.json
+++ b/conf/pr/local/ios-14.x.config.json
@@ -2,6 +2,6 @@
     "platform": "ios@latest",
     "action": "run",
     "cleanUpAfterRun": true,
-    "target": "^iPhone-12, 14.\\d$",
+    "target": "iPhone-12, 14.\\d$",
     "verbose": true
 }
diff --git a/conf/pr/local/ios-15.x.config.json b/conf/pr/local/ios-15.x.config.json
index 1755e3d..7fea0d9 100644
--- a/conf/pr/local/ios-15.x.config.json
+++ b/conf/pr/local/ios-15.x.config.json
@@ -2,6 +2,6 @@
     "platform": "ios@latest",
     "action": "run",
     "cleanUpAfterRun": true,
-    "target": "^iPhone-13, 15.\\d$",
+    "target": "iPhone-13, 15.\\d$",
     "verbose": true
 }
diff --git a/conf/pr/local/ios-16.x.config.json b/conf/pr/local/ios-16.x.config.json
index 0d0e0f1..c4937f3 100644
--- a/conf/pr/local/ios-16.x.config.json
+++ b/conf/pr/local/ios-16.x.config.json
@@ -2,6 +2,6 @@
     "platform": "ios@latest",
     "action": "run",
     "cleanUpAfterRun": true,
-    "target": "^iPhone-14, 16.\\d$",
+    "target": "iPhone-14, 16.\\d$",
     "verbose": true
 }


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