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 1ba7ac4 commit ef7c1c7Copy full SHA for ef7c1c7
scripts/test.sh
@@ -28,8 +28,6 @@ if [[ "$xcode_major" -ge 26 ]]; then
28
iphone_version="17"
29
elif [[ "$xcode_major" -ge 16 ]]; then
30
iphone_version="16"
31
-elif [[ "$xcode_major" -ge 15 ]]; then
32
- iphone_version="15"
33
else
34
echo "Unsupported Xcode version $xcode_version; exiting." 1>&2
35
exit 1
0 commit comments