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 7c9450c commit 2b2928cCopy full SHA for 2b2928c
scripts/test.sh
@@ -26,8 +26,10 @@ xcode_major="${xcode_version/.*/}"
26
27
if [[ "$xcode_major" -ge 26 ]]; then
28
iphone_version="17"
29
+ ios_version: "26"
30
elif [[ "$xcode_major" -ge 16 ]]; then
31
iphone_version="16"
32
+ ios_version: "18"
33
else
34
echo "Unsupported Xcode version $xcode_version; exiting." 1>&2
35
exit 1
@@ -39,7 +41,7 @@ if [[ -z "${SPM:-}" ]]; then
39
41
echo "Defaulting to SPM=$SPM"
40
42
fi
43
if [[ -z "${OS:-}" ]]; then
- OS=iOS
44
+ OS="iOS ${ios_version}"
45
DEVICE="iPhone ${iphone_version}"
46
echo "Defaulting to OS=$OS"
47
echo "Defaulting to DEVICE=$DEVICE"
0 commit comments