xcode: recognise/expect Xcode 9.4 on 10.13

This commit is contained in:
Dominyk Tiller 2018-06-05 06:46:32 +01:00
parent d1bd3fcf03
commit 595c232866
No known key found for this signature in database
GPG Key ID: FE19AEFCF658C6F6

View File

@ -18,7 +18,7 @@ module OS
when "10.10" then "7.2.1"
when "10.11" then "8.2.1"
when "10.12" then "9.2"
when "10.13" then "9.3"
when "10.13" then "9.4"
when "10.14" then "10.0"
else
raise "macOS '#{MacOS.version}' is invalid" unless OS::Mac.prerelease?
@ -172,7 +172,7 @@ module OS
when 80 then "8.0"
when 81 then "8.3"
when 90 then "9.2"
when 91 then "9.3"
when 91 then "9.4"
when 100 then "10.0"
else "10.0"
end
@ -226,7 +226,7 @@ module OS
# CLT package for 10.11 that contains the Clang version from Xcode 8.
case MacOS.version
when "10.14" then "1000.10.25.5"
when "10.13" then "902.0.39.1"
when "10.13" then "902.0.39.2"
when "10.12" then "900.0.39.2"
when "10.11" then "800.0.42.1"
when "10.10" then "700.1.81"