Skip to content

Commit d40a9e6

Browse files
authored
Merge pull request #1684 from firebase/nc/xcode
[Infra] Update test.sh
2 parents ffc8e8d + 53855f3 commit d40a9e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020

2121
set -euo pipefail
2222

23-
if [ -d "/Applications/Xcode_16.1.app" ]; then
24-
xcode_version="16.1"
23+
if [ -d "/Applications/Xcode_16.2.app" ]; then
24+
xcode_version="16.2"
2525
iphone_version="16"
2626
else
2727
xcode_version="15.3"

0 commit comments

Comments
 (0)