Skip to content

Commit

Permalink
support Xcode 13.0 and 13.1 RC 1
Browse files Browse the repository at this point in the history
(cherry picked from commit 9f0b643)
  • Loading branch information
WowbaggersLiquidLunch authored and shahmishal committed Oct 25, 2021
1 parent fbaf73d commit af46e56
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion utils/build-script
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ _SUPPORTED_XCODE_BUILDS = [
("12.5 beta 3", "12E5244e"),
("12.5", "12E262"),
("13.0 beta", "13A5154h"),
("13.0 beta 4", "13A5201i")
("13.0 beta 4", "13A5201i"),
("13.0", "13A233"),
("13.1 RC 1", "13A1030d")
]

# -----------------------------------------------------------------------------
Expand Down

0 comments on commit af46e56

Please sign in to comment.