From f29376c867571c2416ef698ad11421a212caeb68 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 21 Oct 2014 17:47:07 -0500 Subject: Revert "xcode: use 6.1 on Mavericks." Pending resolution of Homebrew/homebrew#33431. This reverts commit bf434e2f7d18ba7d77ac15d54a43c555bc4019c8. --- Library/Homebrew/os/mac/xcode.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library') diff --git a/Library/Homebrew/os/mac/xcode.rb b/Library/Homebrew/os/mac/xcode.rb index 7abec6e8e..30c141cd6 100644 --- a/Library/Homebrew/os/mac/xcode.rb +++ b/Library/Homebrew/os/mac/xcode.rb @@ -13,7 +13,7 @@ module OS when "10.6" then "3.2.6" when "10.7" then "4.6.3" when "10.8" then "5.1.1" - when "10.9" then "6.1" + when "10.9" then "6.0.1" when "10.10" then "6.1" else # Default to newest known version of Xcode for unreleased OSX versions. @@ -161,7 +161,7 @@ module OS def latest_version case MacOS.version when "10.10" then "600.0.54" - when "10.9" then "600.0.54" + when "10.9" then "600.0.51" when "10.8" then "503.0.40" else "425.0.28" -- cgit v1.2.3