aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/macos/xcode.rb
diff options
context:
space:
mode:
authorJack Nagel2012-09-19 15:51:21 -0500
committerJack Nagel2012-09-19 15:51:21 -0500
commit4db4d904403bc051d36cc37dfe81a9d35ec69813 (patch)
treed5d8feba59eade3b0868992a9083f50bc37e4392 /Library/Homebrew/macos/xcode.rb
parent24b4d445cf289a83e7cc22ff1844a5e788a0a62a (diff)
downloadbrew-4db4d904403bc051d36cc37dfe81a9d35ec69813.tar.bz2
Update Xcode guess for 4.5
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Homebrew/macos/xcode.rb')
-rw-r--r--Library/Homebrew/macos/xcode.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Homebrew/macos/xcode.rb b/Library/Homebrew/macos/xcode.rb
index 595c2ac05..3bf88ec73 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