Merge pull request #1903 from MikeMcQuaid/minimum-clt-version

xcode: reduce minimum CLT version.
This commit is contained in:
Mike McQuaid 2017-01-24 08:31:44 +00:00 committed by GitHub
commit 714c1013f4

View File

@ -226,7 +226,7 @@ module OS
def minimum_version
case MacOS.version
when "10.12" then "8.0.0"
else "4.0.0"
else "1.0.0"
end
end