Skip to content

Commit 591a3bf

Browse files
Remove Xcode 15 support from test script
The `test.sh` script is updated to remove the logic for Xcode 15, which is no longer supported.
1 parent 1ba7ac4 commit 591a3bf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/test.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ if [[ "$xcode_major" -ge 26 ]]; then
2828
iphone_version="17"
2929
elif [[ "$xcode_major" -ge 16 ]]; then
3030
iphone_version="16"
31-
elif [[ "$xcode_major" -ge 15 ]]; then
32-
iphone_version="15"
3331
else
3432
echo "Unsupported Xcode version $xcode_version; exiting." 1>&2
3533
exit 1

0 commit comments

Comments
 (0)