Skip to content

Commit 2a460ca

Browse files
WowbaggersLiquidLunchshahmishal
authored andcommitted
support Xcode 13.0 and 13.1 RC 1
(cherry picked from commit 9f0b643)
1 parent c088304 commit 2a460ca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

utils/build-script

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ _SUPPORTED_XCODE_BUILDS = [
6060
("12.5 beta 3", "12E5244e"),
6161
("12.5", "12E262"),
6262
("13.0 beta", "13A5154h"),
63-
("13.0 beta 4", "13A5201i")
63+
("13.0 beta 4", "13A5201i"),
64+
("13.0", "13A233"),
65+
("13.1 RC 1", "13A1030d")
6466
]
6567

6668
# -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)