We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d975a98 commit 1c0de99Copy full SHA for 1c0de99
scripts/test.sh
@@ -25,11 +25,11 @@ xcode_version="${xcode_version/Xcode /}"
25
xcode_major="${xcode_version/.*/}"
26
27
if [[ "$xcode_major" -ge 26 ]]; then
28
- iphone_version="17"
29
- ios_version="26"
+ iphone_version="17 Pro"
+ ios_version="26.1"
30
elif [[ "$xcode_major" -ge 16 ]]; then
31
- iphone_version="16"
32
- ios_version="18"
+ iphone_version="16 Pro"
+ ios_version="18.6"
33
else
34
echo "Unsupported Xcode version $xcode_version; exiting." 1>&2
35
exit 1
0 commit comments