os/mac/xcode: enforce minimum CLT version on 10.13
This commit is contained in:
parent
d7c061f7ac
commit
a09d4427ef
@ -229,6 +229,7 @@ module OS
|
|||||||
|
|
||||||
def minimum_version
|
def minimum_version
|
||||||
case MacOS.version
|
case MacOS.version
|
||||||
|
when "10.13" then "9.0.0"
|
||||||
when "10.12" then "8.0.0"
|
when "10.12" then "8.0.0"
|
||||||
else "1.0.0"
|
else "1.0.0"
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user