diff options
| author | Jack Nagel | 2014-09-18 10:35:59 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-09-18 10:35:59 -0500 |
| commit | ff385aaa01ed9247618e3d21a0412ac7a2116aea (patch) | |
| tree | da3a1ce246d537f54f52e98cec936cb2ee860c30 /Library/Homebrew/os | |
| parent | a7c5a31a2c11239dce83a41d350682a36987aa44 (diff) | |
| download | homebrew-ff385aaa01ed9247618e3d21a0412ac7a2116aea.tar.bz2 | |
Disable outdated Xcode doctor checks until the bots are updated
Diffstat (limited to 'Library/Homebrew/os')
| -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 5cf40277d..7ea327c44 100644 --- a/Library/Homebrew/os/mac/xcode.rb +++ b/Library/Homebrew/os/mac/xcode.rb @@ -13,7 +13,7 @@ module OS when "10.6" then "3.2.6" when "10.7" then "4.6.3" when "10.8" then "5.1.1" - when "10.9" then "6.0.1" + when "10.9" then "5.1.1" when "10.10" then "6.1" else # Default to newest known version of Xcode for unreleased OSX versions. @@ -162,7 +162,7 @@ module OS def latest_version case MacOS.version when "10.10" then "600.0.54" - when "10.9" then "600.0.51" + when "10.9" then "503.0.40" when "10.8" then "503.0.40" else "425.0.28" |
