Skip to content

Commit 8f136f3

Browse files
authored
Merge pull request swiftlang#35092 from apple/shahmishal/update-xcode-version
Add support for Xcode 12.3 (12C33)
2 parents bde9c3b + 1653edc commit 8f136f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/build-script

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ _SUPPORTED_XCODE_BUILDS = [
5656
("12.2 beta 3", "12B5035g"),
5757
("12.2 Release Candidate", "12B5044c"),
5858
("12.2", "12B45b"),
59+
("12.3", "12C33"),
5960
]
6061

6162
# -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)