Skip to content

Commit 1ca505b

Browse files
authored
Merge pull request #38018 from apple/add-xcode-version-5.5
Update supported Xcode build number in build-script
2 parents 6aa7ad4 + 6e58b6e commit 1ca505b

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
@@ -58,7 +58,9 @@ _SUPPORTED_XCODE_BUILDS = [
5858
("12.2", "12B45b"),
5959
("12.3", "12C33"),
6060
("12.4", "12D4e"),
61-
("12.5 beta 3", "12E5244e")
61+
("12.5 beta 3", "12E5244e"),
62+
("12.5", "12E262"),
63+
("13.0 beta", "13A5154h")
6264
]
6365

6466
# -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)