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

Bundler Installation Support #275

Open efremidze opened 1 year ago

efremidze commented 1 year ago

It would be helpful to support installation via Bundler.

You would be able to add the xcodes gem to your Gemfile:

gem `fastlane`
gem `cocoapods`
gem `xcodes`

This installation process is consistent with the installation methods used for fastlane and cocoapods.