diff options
Diffstat (limited to 'Library')
| -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 |
