doctor: point Xcode download to App Store for El Capitan

This commit is contained in:
Xu Cheng 2015-10-01 14:39:25 +08:00
parent f5fd1c3c57
commit 6b3704162f

View File

@ -258,8 +258,8 @@ class Checks
end
end
# TODO: remove when 10.11 is released
if MacOS.version >= "10.11"
# TODO: bump version when new OS is released
if MacOS.version >= "10.12"
def check_xcode_up_to_date
if MacOS::Xcode.installed? && MacOS::Xcode.outdated?
<<-EOS.undent