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
commita9575289431f8a014a9cea47f48df7e7fb1308ad (patch)
tree763bf623c0425ffcc478f7ee7e5b4c5cedd9cc00 /Library/Homebrew/cmd
parent470e83a29185c4784a02f4af543baad5d9d4dffe (diff)
downloadhomebrew-a9575289431f8a014a9cea47f48df7e7fb1308ad.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?