diff options
| author | Misty De Meo | 2012-07-11 11:59:49 -0500 |
|---|---|---|
| committer | Misty De Meo | 2012-07-12 14:34:00 -0500 |
| commit | 3696180fd7f6286631108e553107aa6e32d13d4d (patch) | |
| tree | 5cb0661cd4d984c0caab23455f987480e2d7e204 /Library/Homebrew/cmd | |
| parent | bb2e67f37e608f1987348c06c6c1435ea6850568 (diff) | |
| download | brew-3696180fd7f6286631108e553107aa6e32d13d4d.tar.bz2 | |
Update Xcode checks for 10.8
Diffstat (limited to 'Library/Homebrew/cmd')
| -rw-r--r-- | Library/Homebrew/cmd/doctor.rb | 1 |
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? |
