Skip to content

Commit af46e56

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

utils/build-script

+3-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ _SUPPORTED_XCODE_BUILDS = [
6161
("12.5 beta 3", "12E5244e"),
6262
("12.5", "12E262"),
6363
("13.0 beta", "13A5154h"),
64-
("13.0 beta 4", "13A5201i")
64+
("13.0 beta 4", "13A5201i"),
65+
("13.0", "13A233"),
66+
("13.1 RC 1", "13A1030d")
6567
]
6668

6769
# -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)