aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/requirements/xcode_requirement.rb
AgeCommit message (Collapse)Author
2018-02-09xcode_requirement: handle nil @version.Mike McQuaid
When the Xcode requirement doesn't specify a version then we need to guard this check.
2018-01-28xcode_requirement: inform users of macOS upgrade.Mike McQuaid
If you need a newer Xcode than the latest version provided by your version of macOS then you need to upgrade your OS to install the software.
2017-12-30requirements: move more to compat.Mike McQuaid
2017-12-23Deprecate more requirements.Mike McQuaid
These are ones that were either already deprecated due to audit rules or are just a simple `which` with a `default_formula` so should just be a dependency.