Skip to content

Commit e4c3a29

Browse files
[XCode] Add version 13.3 to supported build script versions
1 parent 025ee1e commit e4c3a29

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/build-script

+2-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ _SUPPORTED_XCODE_BUILDS = [
5858
("13.0", "13A233"),
5959
("13.1 RC 1", "13A1030d"),
6060
("13.2 beta", "13C5066c"),
61-
("13.2.1", "13C100")
61+
("13.2.1", "13C100"),
62+
("13.3", "13E113")
6263
]
6364

6465
# -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)