aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/os/mac/xcode.rb
diff options
context:
space:
mode:
authorJack Nagel2013-10-06 17:24:14 -0500
committerJack Nagel2013-10-06 17:24:22 -0500
commit9c53a1b8b760614fc076afe0d94ff68ac30cd385 (patch)
treefe00e776b8f512ebf8b605ceff05e83671558823 /Library/Homebrew/os/mac/xcode.rb
parent25ab8212a05e8775fcbb05c3cfc5a8e619c38b3d (diff)
downloadbrew-9c53a1b8b760614fc076afe0d94ff68ac30cd385.tar.bz2
Recommend Xcode 5.0.1 GM on 10.9
Diffstat (limited to 'Library/Homebrew/os/mac/xcode.rb')
-rw-r--r--Library/Homebrew/os/mac/xcode.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/os/mac/xcode.rb b/Library/Homebrew/os/mac/xcode.rb
index 5071eb2be..1279be1d1 100644
--- a/Library/Homebrew/os/mac/xcode.rb
+++ b/Library/Homebrew/os/mac/xcode.rb
@@ -24,7 +24,7 @@ module MacOS::Xcode extend self
when "10.6" then "3.2.6"
when "10.7" then "4.6.3"
when "10.8" then "5.0"
- when "10.9" then "5.0"
+ when "10.9" then "5.0.1"
else
# Default to newest known version of Xcode for unreleased OSX versions.
if MacOS.version > 10.9