Skip to content
Snippets Groups Projects
Commit 70cc7790 authored by dersvenhesse's avatar dersvenhesse Committed by GitHub
Browse files

Updated latest versions since XCode 8.1 release

parent 4701eff4
No related branches found
No related tags found
No related merge requests found
......@@ -15,13 +15,13 @@ module OS
when "10.8" then "5.1.1"
when "10.9" then "6.2"
when "10.10" then "7.2.1"
when "10.11" then "8.0"
when "10.12" then "8.0"
when "10.11" then "8.1"
when "10.12" then "8.1"
else
raise "macOS '#{MacOS.version}' is invalid" unless OS::Mac.prerelease?
# Default to newest known version of Xcode for unreleased macOS versions.
"8.0"
"8.1"
end
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