doctor: official supporting El Capitan

This commit is contained in:
Xu Cheng 2015-09-29 15:48:13 +08:00
parent 25eac715d0
commit 3c54d12cec

View File

@ -239,7 +239,7 @@ class Checks
end end
def check_for_unsupported_osx def check_for_unsupported_osx
if !ARGV.homebrew_developer? && MacOS.version >= "10.11" then <<-EOS.undent if !ARGV.homebrew_developer? && MacOS.version >= "10.12" then <<-EOS.undent
You are using OS X #{MacOS.version}. You are using OS X #{MacOS.version}.
We do not provide support for this pre-release version. We do not provide support for this pre-release version.
You may encounter build failures or other breakage. You may encounter build failures or other breakage.