XcodesOrg / xcodes

The best command-line tool to install and switch between multiple versions of Xcode.
MIT License
3.66k stars 122 forks source link

Add documentation for the `.xcode-version` file #218

Closed rogerluan closed 1 year ago

rogerluan commented 1 year ago

This document was largely copied by the now-archived fastlane.ci repository: https://github.com/fastlane/ci/blob/master/docs/xcode-version.md and also based on https://github.com/xcpretty/xcode-install/pull/424 where I added the same file: https://github.com/xcpretty/xcode-install/blob/master/XCODE_VERSION.md

I updated the language and references to xcode-install to xcodes.

I believe we should still try and make this a standard in the iOS community, hence why I'm creating this PR, to give a bit more life and exposure to this great feature.

It's amazing to see that xcodes already support it 💪 Great job!