From 4db4d904403bc051d36cc37dfe81a9d35ec69813 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 19 Sep 2012 15:51:21 -0500 Subject: [PATCH] Update Xcode guess for 4.5 Signed-off-by: Jack Nagel --- Library/Homebrew/macos/xcode.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Library/Homebrew/macos/xcode.rb b/Library/Homebrew/macos/xcode.rb index 595c2ac051..3bf88ec732 100644 --- a/Library/Homebrew/macos/xcode.rb +++ b/Library/Homebrew/macos/xcode.rb @@ -132,8 +132,10 @@ module MacOS::Xcode extend self "4.3" when 40 "4.4" + when 41 + "4.5" else - "4.4" + "4.5" end end end