aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
authorMisty De Meo2012-07-11 11:59:49 -0500
committerMisty De Meo2012-07-12 14:34:00 -0500
commit3696180fd7f6286631108e553107aa6e32d13d4d (patch)
tree5cb0661cd4d984c0caab23455f987480e2d7e204 /Library/Homebrew/cmd
parentbb2e67f37e608f1987348c06c6c1435ea6850568 (diff)
downloadbrew-3696180fd7f6286631108e553107aa6e32d13d4d.tar.bz2
Update Xcode checks for 10.8
Diffstat (limited to 'Library/Homebrew/cmd')
-rw-r--r--Library/Homebrew/cmd/doctor.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb
index cd16d0ba3..6e9796a70 100644
--- a/Library/Homebrew/cmd/doctor.rb
+++ b/Library/Homebrew/cmd/doctor.rb
@@ -240,6 +240,7 @@ def check_for_latest_xcode
when 10.5 then "3.1.4"
when 10.6 then "3.2.6"
when 10.7 then "4.3.3"
+ when 10.8 then "4.4"
else nil
end
if latest_xcode.nil?