 1aee4e1e1c
			
		
	
	
		1aee4e1e1c
		
	
	
	
	
		
			
			Update all the necessary versions but also cleanup some related indentation and point the `Xcode.md` document to the code rather than duplicating it there (which means it sometimes ends up outdated).
		
			
				
	
	
		
			21 lines
		
	
	
		
			1005 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			1005 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| # Xcode
 | |
| 
 | |
| ## Supported Xcode versions
 | |
| Homebrew supports and recommends the latest Xcode and/or Command Line
 | |
| 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)).
 | |
| 
 | |
| ## Xcode compiler versions
 | |
| 
 | |
| See `OS::Mac::STANDARD_COMPILERS` in [`Library/Homebrew/os/mac.rb`](https://github.com/Homebrew/brew/blob/master/Library/Homebrew/os/mac.rb).
 | |
| 
 | |
| ## Updating for new Xcode releases
 | |
| When a new Xcode release is made, the following things need to be
 | |
| updated:
 | |
| 
 | |
| - 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`
 |