XcodesOrg / xcodes

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

[suggestion] Add `open` subcommand #250

Open coffmark opened 1 year ago

coffmark commented 1 year ago

Thanks for all your maintenance!

I propose to add open subcommand like xcodes open Example.xcodeproj This will open Example.xcodeproj in Xcode version which wrote in .xcode-version

open command (/usr/bin/open) does the same thing, but I would like to specify the Xcode version for each project.

I'm ready to implement and put out a pull request.

I would like to hear your opinion before submitting a pull request.

What do you think?

Thank you!