2014-10-26 14:54:36 +00:00
# Xcode
2017-01-04 10:53:21 +00:00
2017-03-18 17:45:12 -04:00
## Supported Xcode versions
2014-10-26 14:54:36 +00:00
Homebrew supports and recommends the latest Xcode and/or Command Line
2017-12-08 14:59:15 +00:00
Tools available for your platform (see `OS::Mac::Xcode.latest_version` and `OS::Mac::CLT.latest_version` in [`Library/Homebrew/os/mac/xcode.rb` ](https://github.com/Homebrew/brew/blob/master/Library/Homebrew/os/mac/xcode.rb )).
2014-10-26 14:54:36 +00:00
2017-12-08 14:59:15 +00:00
## Xcode compiler versions
2014-10-26 14:54:36 +00:00
2017-12-08 14:59:15 +00:00
See `OS::Mac::STANDARD_COMPILERS` in [`Library/Homebrew/os/mac.rb` ](https://github.com/Homebrew/brew/blob/master/Library/Homebrew/os/mac.rb ).
2014-10-26 14:54:36 +00:00
2017-12-08 14:59:15 +00:00
## Updating for new Xcode releases
2014-10-26 14:54:36 +00:00
When a new Xcode release is made, the following things need to be
updated:
2017-12-08 14:59:15 +00:00
- In [`Library/Homebrew/os/mac/xcode.rb` ](https://github.com/Homebrew/brew/blob/master/Library/Homebrew/os/mac/xcode.rb )
* `OS::Mac::Xcode.latest_version`
* `OS::Mac::CLT.latest_version`
* `OS::Mac::Xcode.detect_version_from_clang_version`
- In [`Library/Homebrew/os/mac.rb` ](https://github.com/Homebrew/brew/blob/master/Library/Homebrew/os/mac.rb )
* `OS::Mac::STANDARD_COMPILERS`