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.
2 parents 0edca0d + beb411f commit 751334aCopy full SHA for 751334a
Library/Homebrew/os/mac/xcode.rb
@@ -216,7 +216,7 @@ def latest_version
216
# on the older supported platform for that Xcode release, i.e there's no
217
# CLT package for 10.11 that contains the Clang version from Xcode 8.
218
case MacOS.version
219
- when "10.13" then "900.0.34.1"
+ when "10.13" then "900.0.35"
220
when "10.12" then "802.0.42"
221
when "10.11" then "800.0.42.1"
222
when "10.10" then "700.1.81"
0 commit comments