Merge pull request #2545 from JCount/xcode-update-clt

xcode: update Sierra CLT version to 802.0.42
This commit is contained in:
Mike McQuaid 2017-04-25 11:18:12 +01:00 committed by GitHub
commit a38133e5a1

View File

@ -213,7 +213,7 @@ 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.12" then "802.0.38" when "10.12" then "802.0.42"
when "10.11" then "800.0.42.1" when "10.11" then "800.0.42.1"
when "10.10" then "700.1.81" when "10.10" then "700.1.81"
when "10.9" then "600.0.57" when "10.9" then "600.0.57"