aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/os
diff options
context:
space:
mode:
authorMike McQuaid2013-10-04 09:55:26 +0100
committerMike McQuaid2013-10-04 09:55:26 +0100
commitee79f31516d8b5967f830d714aefb9fe0fafd956 (patch)
tree92b6b12ad4508cb8ae56db8bde7c7a7e0be9b53c /Library/Homebrew/os
parent929a9f8b4cb00c15be72b380e402db474e18625c (diff)
downloadbrew-ee79f31516d8b5967f830d714aefb9fe0fafd956.tar.bz2
xcode: Xcode 5.0 is the latest on 10.8.
Diffstat (limited to 'Library/Homebrew/os')
-rw-r--r--Library/Homebrew/os/mac/xcode.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Homebrew/os/mac/xcode.rb b/Library/Homebrew/os/mac/xcode.rb
index 6b30e96bb..ed4882f2c 100644
--- a/Library/Homebrew/os/mac/xcode.rb
+++ b/Library/Homebrew/os/mac/xcode.rb
@@ -22,7 +22,8 @@ module MacOS::Xcode extend self
when "10.4" then "2.5"
when "10.5" then "3.1.4"
when "10.6" then "3.2.6"
- when "10.7", "10.8" then "4.6.3"
+ when "10.7" then "4.6.3"
+ when "10.8" then "5.0"
when "10.9" then "5.0"
else
# Default to newest known version of Xcode for unreleased OSX versions.