diff options
| -rw-r--r-- | Library/Homebrew/os/mac/xcode.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/os/mac/xcode.rb b/Library/Homebrew/os/mac/xcode.rb index e85f21c63..aa4504a17 100644 --- a/Library/Homebrew/os/mac/xcode.rb +++ b/Library/Homebrew/os/mac/xcode.rb @@ -226,7 +226,7 @@ module OS        def minimum_version          case MacOS.version          when "10.12" then "8.0.0" -        else "4.0.0" +        else "1.0.0"          end        end  | 
