xcode: update for Xcode 12.4
This commit is contained in:
parent
e41981a5c6
commit
a9ab1699d1
@ -20,10 +20,10 @@ module OS
|
||||
# This may be a beta version for a beta macOS.
|
||||
sig { returns(String) }
|
||||
def latest_version
|
||||
latest_stable = "12.3"
|
||||
latest_stable = "12.4"
|
||||
case MacOS.version
|
||||
when "11" then latest_stable
|
||||
when "10.15" then "12.3"
|
||||
when "10.15" then "12.4"
|
||||
when "10.14" then "11.3.1"
|
||||
when "10.13" then "10.1"
|
||||
when "10.12" then "9.2"
|
||||
@ -280,7 +280,7 @@ module OS
|
||||
sig { returns(String) }
|
||||
def latest_clang_version
|
||||
case MacOS.version
|
||||
when "11", "10.15" then "1200.0.32.27"
|
||||
when "11", "10.15" then "1200.0.32.29"
|
||||
when "10.14" then "1100.0.33.17"
|
||||
when "10.13" then "1000.10.44.2"
|
||||
when "10.12" then "900.0.39.2"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user