From 6b3704162f43eab23c017c6bb063464a7adde619 Mon Sep 17 00:00:00 2001 From: Xu Cheng Date: Thu, 1 Oct 2015 14:39:25 +0800 Subject: doctor: point Xcode download to App Store for El Capitan --- Library/Homebrew/cmd/doctor.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library') diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb index c79a54a7e..7a5996992 100644 --- a/Library/Homebrew/cmd/doctor.rb +++ b/Library/Homebrew/cmd/doctor.rb @@ -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 -- cgit v1.2.3