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 fbaf73d commit af46e56Copy full SHA for af46e56
utils/build-script
@@ -61,7 +61,9 @@ _SUPPORTED_XCODE_BUILDS = [
61
("12.5 beta 3", "12E5244e"),
62
("12.5", "12E262"),
63
("13.0 beta", "13A5154h"),
64
- ("13.0 beta 4", "13A5201i")
+ ("13.0 beta 4", "13A5201i"),
65
+ ("13.0", "13A233"),
66
+ ("13.1 RC 1", "13A1030d")
67
]
68
69
# -----------------------------------------------------------------------------
0 commit comments