Skip to content

Commit 1c0de99

Browse files
committed
More specific phone / OS settings
1 parent d975a98 commit 1c0de99

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/test.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ xcode_version="${xcode_version/Xcode /}"
2525
xcode_major="${xcode_version/.*/}"
2626

2727
if [[ "$xcode_major" -ge 26 ]]; then
28-
iphone_version="17"
29-
ios_version="26"
28+
iphone_version="17 Pro"
29+
ios_version="26.1"
3030
elif [[ "$xcode_major" -ge 16 ]]; then
31-
iphone_version="16"
32-
ios_version="18"
31+
iphone_version="16 Pro"
32+
ios_version="18.6"
3333
else
3434
echo "Unsupported Xcode version $xcode_version; exiting." 1>&2
3535
exit 1

0 commit comments

Comments
 (0)