aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Xcode.md
AgeCommit message (Collapse)Author
2017-11-01doc/Xcode: update for Xcode 9.1 releaseDominyk Tiller
2017-10-19xcode: update to Xcode 9.0.1 on 10.12 and 10.13JCount
2017-06-06docs/Xcode: document Xcode 8.3.3Dominyk Tiller
2017-04-19xcode: 8.3.2 is latest versionJCount
2017-03-28update latest versions of Xcode for 10.11 & 10.12EricFromCanada
2017-03-19docs: grammar edits, sentence-case secondary headingsEricFromCanada
Also changes some heading levels so only one primary heading appears per page.
2017-01-04Cleanup documentation siteMike McQuaid
GitHub now nicely generates a documentation site for us at http://brew.sh/brew based on our docs folder. Optimise the output of this and the GitHub docs directory for readability and the various user groupings.
2016-09-22docs/Xcode: there is no 10.11 CLT 8.0Dominyk Tiller
From the 8.1 Xcode Beta: ``` There is no Command Line Tools (OS X 10.11) for Xcode 8 package. Xcode 8 contains SDKs that are incompatible with earlier toolchains. Developers who want to make use of the Xcode 8 SDKs from the command line must choose the SDK with `xcode-select`. Developers on OS X El Capitan who have installed versions of the Command Line Tools (OS X 10.11) for Xcode 8 Beta should install Command Line Tools (OS X 10.11) for Xcode 7.3.1. ``` Thanks Apple.
2016-09-22Xcode.md: update 10.11 expectationDominyk Tiller
2016-09-20Rearrange repository files.Mike McQuaid