Disable outdated Xcode doctor checks until the bots are updated

This commit is contained in:
Jack Nagel 2014-09-18 10:35:59 -05:00
parent 35618c8bfe
commit 67a9164278

View File

@ -13,7 +13,7 @@ module OS
when "10.6" then "3.2.6"
when "10.7" then "4.6.3"
when "10.8" then "5.1.1"
when "10.9" then "6.0.1"
when "10.9" then "5.1.1"
when "10.10" then "6.1"
else
# Default to newest known version of Xcode for unreleased OSX versions.
@ -162,7 +162,7 @@ module OS
def latest_version
case MacOS.version
when "10.10" then "600.0.54"
when "10.9" then "600.0.51"
when "10.9" then "503.0.40"
when "10.8" then "503.0.40"
else
"425.0.28"