diff options
| author | Jack Nagel | 2012-09-19 15:51:21 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-09-19 15:51:21 -0500 |
| commit | 2b12dfd26b80bf2a7d852c27cbc0feac4b69fbc8 (patch) | |
| tree | 814919830de7584f6ebb49496178287becfba0f4 /Library/Homebrew/macos/xcode.rb | |
| parent | 2ddb7e940d983bc05e0a71296b9d083a4f7fa89c (diff) | |
| download | homebrew-2b12dfd26b80bf2a7d852c27cbc0feac4b69fbc8.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.rb | 4 |
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 |
