Skip to content

Commit ef7c1c7

Browse files
Remove Xcode 15 support from test script (#1762)
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
1 parent 1ba7ac4 commit ef7c1c7

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)