os/mac/xcode: support Xcode 11.4
This commit is contained in:
parent
0fd66ee398
commit
94d6f361a4
@ -16,13 +16,13 @@ module OS
|
|||||||
when "10.11" then "8.2.1"
|
when "10.11" then "8.2.1"
|
||||||
when "10.12" then "9.2"
|
when "10.12" then "9.2"
|
||||||
when "10.13" then "10.1"
|
when "10.13" then "10.1"
|
||||||
when "10.14" then "11.3"
|
when "10.14" then "11.3.1"
|
||||||
when "10.15" then "11.3"
|
when "10.15" then "11.4"
|
||||||
else
|
else
|
||||||
raise "macOS '#{MacOS.version}' is invalid" unless OS::Mac.prerelease?
|
raise "macOS '#{MacOS.version}' is invalid" unless OS::Mac.prerelease?
|
||||||
|
|
||||||
# Default to newest known version of Xcode for unreleased macOS versions.
|
# Default to newest known version of Xcode for unreleased macOS versions.
|
||||||
"11.3"
|
"11.4"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
@ -175,9 +175,9 @@ module OS
|
|||||||
when 81 then "8.3"
|
when 81 then "8.3"
|
||||||
when 90 then "9.2"
|
when 90 then "9.2"
|
||||||
when 91 then "9.4"
|
when 91 then "9.4"
|
||||||
when 100 then "10.2.1"
|
when 100 then "10.3"
|
||||||
when 110 then "11.3"
|
when 110 then "11.4"
|
||||||
else "11.3"
|
else "11.4"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
@ -236,8 +236,8 @@ module OS
|
|||||||
# on the older supported platform for that Xcode release, i.e there's no
|
# 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.
|
# CLT package for 10.11 that contains the Clang version from Xcode 8.
|
||||||
case MacOS.version
|
case MacOS.version
|
||||||
when "10.15" then "1100.0.33.16"
|
when "10.15" then "1103.0.32.29"
|
||||||
when "10.14" then "1001.0.46.4"
|
when "10.14" then "1001.0.46.4" # Later versions are available, but not via Software Update
|
||||||
when "10.13" then "1000.10.44.2"
|
when "10.13" then "1000.10.44.2"
|
||||||
when "10.12" then "900.0.39.2"
|
when "10.12" then "900.0.39.2"
|
||||||
when "10.11" then "800.0.42.1"
|
when "10.11" then "800.0.42.1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user