Skip to content

Commit 83ac07f

Browse files
[build-script] Allow new Xcode 12.5 official release version
1 parent c236f85 commit 83ac07f

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
@@ -58,7 +58,8 @@ _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")
6263
]
6364

6465
# -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)