Skip to content

Commit f966254

Browse files
committed
Add newer supported Xcode versions
1 parent 47721d2 commit f966254

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

utils/build-script

+3-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ _SUPPORTED_XCODE_BUILDS = [
5757
("13.1 RC 1", "13A1030d"),
5858
("13.2 beta", "13C5066c"),
5959
("13.2.1", "13C100"),
60-
("13.3", "13E113")
60+
("13.3", "13E113"),
61+
("13.3.1", "13E500a"),
62+
("13.4", "13F17a"),
6163
]
6264

6365
# -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)