Skip to content
Snippets Groups Projects
Commit 8a5dda34 authored by Jack Nagel's avatar Jack Nagel
Browse files

Latest Xcode is 5.1.1

parent d943d7d5
No related branches found
No related tags found
No related merge requests found
......@@ -12,12 +12,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.1"
when "10.9" then "5.1"
when "10.8" then "5.1.1"
when "10.9" then "5.1.1"
else
# Default to newest known version of Xcode for unreleased OSX versions.
if MacOS.version > "10.9"
"5.1"
"5.1.1"
else
raise "Mac OS X '#{MacOS.version}' is invalid"
end
......@@ -157,7 +157,7 @@ module OS
def latest_version
if MacOS.version >= "10.8"
"503.0.38"
"503.0.40"
else
"425.0.28"
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