Merge pull request #6058 from lembacon/xcode-10.2.1
xcode: upgrade for Xcode 10.2.1 release
This commit is contained in:
commit
01ebe9135c
@ -207,6 +207,7 @@ module OS
|
||||
"10.0" => { clang: "10.0", clang_build: 1000 },
|
||||
"10.1" => { clang: "10.0", clang_build: 1000 },
|
||||
"10.2" => { clang: "10.0", clang_build: 1001 },
|
||||
"10.2.1" => { clang: "10.0", clang_build: 1001 },
|
||||
}.freeze
|
||||
|
||||
def compilers_standard?
|
||||
|
||||
@ -16,12 +16,12 @@ module OS
|
||||
when "10.11" then "8.2.1"
|
||||
when "10.12" then "9.2"
|
||||
when "10.13" then "10.1"
|
||||
when "10.14" then "10.2"
|
||||
when "10.14" then "10.2.1"
|
||||
else
|
||||
raise "macOS '#{MacOS.version}' is invalid" unless OS::Mac.prerelease?
|
||||
|
||||
# Default to newest known version of Xcode for unreleased macOS versions.
|
||||
"10.2"
|
||||
"10.2.1"
|
||||
end
|
||||
end
|
||||
|
||||
@ -173,8 +173,8 @@ module OS
|
||||
when 81 then "8.3"
|
||||
when 90 then "9.2"
|
||||
when 91 then "9.4"
|
||||
when 100 then "10.2"
|
||||
else "10.2"
|
||||
when 100 then "10.2.1"
|
||||
else "10.2.1"
|
||||
end
|
||||
end
|
||||
|
||||
@ -242,7 +242,7 @@ module OS
|
||||
# on the older supported platform for that Xcode release, i.e there's no
|
||||
# CLT package for 10.11 that contains the Clang version from Xcode 8.
|
||||
case MacOS.version
|
||||
when "10.14" then "1001.0.46.3"
|
||||
when "10.14" then "1001.0.46.4"
|
||||
when "10.13" then "1000.10.44.2"
|
||||
when "10.12" then "900.0.39.2"
|
||||
when "10.11" then "800.0.42.1"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user