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