Skip to content
Snippets Groups Projects
Commit 50c1fea4 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

xcode: reduce minimum CLT version.

This should be 1.0.0 to be nicer to 10.7 users.

Fixes #1893.
parent da54f395
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment