aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2017-01-24 08:31:44 +0000
committerGitHub2017-01-24 08:31:44 +0000
commit714c1013f458855458af62a96479da8651408de5 (patch)
tree36544579fc1bef6e411a4eba74cd63b61c51b69d /Library
parentda54f39556b0cee0014db0deb039bb0569ebb9bb (diff)
parent50c1fea4ea9ca8067e194db5918fbf5a7f5c3ca1 (diff)
downloadbrew-714c1013f458855458af62a96479da8651408de5.tar.bz2
Merge pull request #1903 from MikeMcQuaid/minimum-clt-version
xcode: reduce minimum CLT version.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/os/mac/xcode.rb2
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