From e22b0df7d6ca35d8ddbada5358e113a1f7d2be38 Mon Sep 17 00:00:00 2001 From: samueljohn Date: Fri, 15 Jun 2012 11:49:53 +0200 Subject: [PATCH] Xcode from the App Store is no more an installer. - Removed outdated message about running the installer. Closes Homebrew/homebrew#12857. Signed-off-by: Misty De Meo --- Library/Homebrew/blacklist.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb index 26d16c4412..ca0d0d3f3d 100644 --- a/Library/Homebrew/blacklist.rb +++ b/Library/Homebrew/blacklist.rb @@ -55,9 +55,6 @@ def blacklisted? name when 'xcode' then <<-EOS.undent Xcode can be installed via the App Store (on Lion), or from: http://connect.apple.com/ - - If you download from the App Store, make sure you run the installer - placed in /Applications after the download completes. EOS end end