XcodesOrg / xcodes

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

Change naming scheme too match GitHub XCodes #356

Open AF-tl opened 3 months ago

AF-tl commented 3 months ago

Currently the versions installed follow the naming scheme:

"/Applications/Xcode-15.0.1.app"

but on GitHub the Naming Scheme is:

"/Applications/Xcode_15.0.1.app"

See: https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md#xcode

Could we change the scheme to match that?