Skip to content

Commit

Permalink
fix: correct name of iOS targets (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Aug 29, 2023
1 parent cabc109 commit 73feeec
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conf/pr/local/ios-13.x.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"platform": "ios@latest",
"action": "run",
"cleanUpAfterRun": true,
"target": "^iPhone-11, 13.\\d$",
"target": "iPhone-11, 13.\\d$",
"verbose": true
}
2 changes: 1 addition & 1 deletion conf/pr/local/ios-14.x.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"platform": "ios@latest",
"action": "run",
"cleanUpAfterRun": true,
"target": "^iPhone-12, 14.\\d$",
"target": "iPhone-12, 14.\\d$",
"verbose": true
}
2 changes: 1 addition & 1 deletion conf/pr/local/ios-15.x.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"platform": "ios@latest",
"action": "run",
"cleanUpAfterRun": true,
"target": "^iPhone-13, 15.\\d$",
"target": "iPhone-13, 15.\\d$",
"verbose": true
}
2 changes: 1 addition & 1 deletion conf/pr/local/ios-16.x.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"platform": "ios@latest",
"action": "run",
"cleanUpAfterRun": true,
"target": "^iPhone-14, 16.\\d$",
"target": "iPhone-14, 16.\\d$",
"verbose": true
}

0 comments on commit 73feeec

Please sign in to comment.