diff options
| author | Dominyk Tiller | 2016-09-13 21:41:10 +0100 |
|---|---|---|
| committer | Dominyk Tiller | 2016-09-22 17:30:56 +0100 |
| commit | 860f4bd11ff06e5875756991e423f33f9ae4f0c8 (patch) | |
| tree | 8d294c40bef176d308bba59d9d0ba2f3b1e3c699 /Library | |
| parent | bbed7246bc5c5b7acb8c1d427d10b43e090dfd39 (diff) | |
| download | brew-860f4bd11ff06e5875756991e423f33f9ae4f0c8.tar.bz2 | |
xcode: expect Xcode 8.0 on OS X 10.11
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/os/mac/xcode.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/os/mac/xcode.rb b/Library/Homebrew/os/mac/xcode.rb index f487a6997..dd977278b 100644 --- a/Library/Homebrew/os/mac/xcode.rb +++ b/Library/Homebrew/os/mac/xcode.rb @@ -15,7 +15,7 @@ module OS when "10.8" then "5.1.1" when "10.9" then "6.2" when "10.10" then "7.2.1" - when "10.11" then "7.3.1" + when "10.11" then "8.0" when "10.12" then "8.0" else # Default to newest known version of Xcode for unreleased macOS versions. @@ -195,7 +195,7 @@ module OS def latest_version case MacOS.version when "10.12" then "800.0.38" - when "10.11" then "703.0.31" + when "10.11" then "800.0.38" when "10.10" then "700.1.81" when "10.9" then "600.0.57" when "10.8" then "503.0.40" |
