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 47721d2 commit f966254Copy full SHA for f966254
utils/build-script
@@ -57,7 +57,9 @@ _SUPPORTED_XCODE_BUILDS = [
57
("13.1 RC 1", "13A1030d"),
58
("13.2 beta", "13C5066c"),
59
("13.2.1", "13C100"),
60
- ("13.3", "13E113")
+ ("13.3", "13E113"),
61
+ ("13.3.1", "13E500a"),
62
+ ("13.4", "13F17a"),
63
]
64
65
# -----------------------------------------------------------------------------
0 commit comments