Skip to content

Commit 9f0b643

Browse files
support Xcode 13.0 and 13.1 RC 1
1 parent 8979602 commit 9f0b643

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: utils/build-script

+3-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ _SUPPORTED_XCODE_BUILDS = [
5656
("12.4", "12D4e"),
5757
("12.5", "12E262"),
5858
("13.0 beta", "13A5154h"),
59-
("13.0 beta 4", "13A5201i")
59+
("13.0 beta 4", "13A5201i"),
60+
("13.0", "13A233"),
61+
("13.1 RC 1", "13A1030d")
6062
]
6163

6264
# -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)