Skip to content

Commit e017821

Browse files
committed
Update the Xcode version to support Xcode 13 beta 4
(cherry picked from commit 5363a80)
1 parent 18a849e commit e017821

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/build-script

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ _SUPPORTED_XCODE_BUILDS = [
6060
("12.4", "12D4e"),
6161
("12.5 beta 3", "12E5244e"),
6262
("12.5", "12E262"),
63-
("13.0 beta", "13A5154h")
63+
("13.0 beta", "13A5154h"),
64+
("13.0 beta 4", "13A5201i")
6465
]
6566

6667
# -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)