From 4e69751df1c5d68fa5ab1537cb21fc5b07724f6e Mon Sep 17 00:00:00 2001 From: jcesarmobile Date: Mon, 28 Aug 2023 23:38:41 +0200 Subject: [PATCH] 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 caaf270f..5cd8c6b2 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 dc0520f4..5b990e3e 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 1755e3d4..7fea0d97 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 0d0e0f18..c4937f38 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 }