Skip to content
Snippets Groups Projects
Commit 3b24d9f0 authored by Adam Vandenberg's avatar Adam Vandenberg
Browse files

latest xcode is 5.0.2

Closes Homebrew/homebrew#26943.
parent fab5e1d9
No related branches found
No related tags found
No related merge requests found
......@@ -26,12 +26,12 @@ module OS
when "10.5" then "3.1.4"
when "10.6" then "3.2.6"
when "10.7" then "4.6.3"
when "10.8" then "5.0.1"
when "10.9" then "5.0.1"
when "10.8" then "5.0.2"
when "10.9" then "5.0.2"
else
# Default to newest known version of Xcode for unreleased OSX versions.
if MacOS.version > "10.9"
"5.0.1"
"5.0.2"
else
raise "Mac OS X '#{MacOS.version}' is invalid"
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment