aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/os
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/os')
-rw-r--r--Library/Homebrew/os/mac/xcode.rb6
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Homebrew/os/mac/xcode.rb b/Library/Homebrew/os/mac/xcode.rb
index 23c867696..222a33079 100644
--- a/Library/Homebrew/os/mac/xcode.rb
+++ b/Library/Homebrew/os/mac/xcode.rb
@@ -196,10 +196,8 @@ module OS
end
def latest_version
- if MacOS.version >= "10.9"
- "500.2.79"
- elsif MacOS.version == "10.8"
- "500.2.78"
+ if MacOS.version >= "10.8"
+ "503.0.38"
else
"425.0.28"
end