diff options
| author | Mike McQuaid | 2017-06-07 09:46:10 +0100 |
|---|---|---|
| committer | GitHub | 2017-06-07 09:46:10 +0100 |
| commit | 1627df997cb4cd1da40d47d77856a7f04598291c (patch) | |
| tree | d166d6576ad771a556ea9f392b53e78309d4b964 /Library/Homebrew/os/mac/xcode.rb | |
| parent | cfc40196f22fd07cf62a6f51ee22915485bb4c09 (diff) | |
| parent | bcdd919b84484b21d9608eba91844a1786533d2c (diff) | |
| download | brew-1627df997cb4cd1da40d47d77856a7f04598291c.tar.bz2 | |
Merge pull request #2744 from DomT4/this_time_of_year_again
High Sierra: more initial support
Diffstat (limited to 'Library/Homebrew/os/mac/xcode.rb')
| -rw-r--r-- | Library/Homebrew/os/mac/xcode.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/os/mac/xcode.rb b/Library/Homebrew/os/mac/xcode.rb index 20ce6b74f..885ef57e0 100644 --- a/Library/Homebrew/os/mac/xcode.rb +++ b/Library/Homebrew/os/mac/xcode.rb @@ -216,6 +216,7 @@ module OS # on the older supported platform for that Xcode release, i.e there's no # CLT package for 10.11 that contains the Clang version from Xcode 8. case MacOS.version + when "10.13" then "900.0.22.8" when "10.12" then "802.0.42" when "10.11" then "800.0.42.1" when "10.10" then "700.1.81" |
