We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d575c0a commit 429dcefCopy full SHA for 429dcef
utils/build-script
@@ -58,6 +58,7 @@ HOME = os.environ.get("HOME", "/")
58
_SUPPORTED_XCODE_BUILDS = [
59
("12.2 beta 3", "12B5035g"),
60
("12.2 Release Candidate", "12B5044c"),
61
+ ("12.2", "12B45b"),
62
]
63
64
# -----------------------------------------------------------------------------
0 commit comments