diff options
| author | Dominyk Tiller | 2015-07-08 15:22:25 +0100 |
|---|---|---|
| committer | Dominyk Tiller | 2015-07-08 15:36:23 +0100 |
| commit | 754c950e3eaa1f89c1030ec93d73b8e5a16fdb7d (patch) | |
| tree | 02562c54289386c9fbad278a67c46a7c26d6dabf /Library/Homebrew/os/mac/xcode.rb | |
| parent | 0d12e4e601c90a9e100aa6fd9d2ea9f8e1fdc2ab (diff) | |
| download | brew-754c950e3eaa1f89c1030ec93d73b8e5a16fdb7d.tar.bz2 | |
xcode: add 6.4 expectation
Diffstat (limited to 'Library/Homebrew/os/mac/xcode.rb')
| -rw-r--r-- | Library/Homebrew/os/mac/xcode.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/os/mac/xcode.rb b/Library/Homebrew/os/mac/xcode.rb index 91b2c1329..5b4b61e23 100644 --- a/Library/Homebrew/os/mac/xcode.rb +++ b/Library/Homebrew/os/mac/xcode.rb @@ -14,7 +14,7 @@ module OS when "10.7" then "4.6.3" when "10.8" then "5.1.1" when "10.9" then "6.2" - when "10.10" then "6.3.2" + when "10.10" then "6.4" when "10.11" then "7.0" else # Default to newest known version of Xcode for unreleased OSX versions. |
