CraigSiemens / xcode-version-manager

Manage multiple installations of Xcode

Home Page:https://github.com/CraigSiemens/homebrew-tap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xcode-version-manager

A command line tool to manage multiple installations of Xcode.

Installation

brew install craigsiemens/tap/xcode-version-manager

Details

OVERVIEW: Manage multiple installed versions of Xcode.

USAGE: xcvm <subcommand>

OPTIONS:
  --version               Show the version.
  -h, --help              Show help information.

SUBCOMMANDS:
  download                Changes the version of Xcode being used.
  list (default)          Lists the installed versions of Xcode.
  install                 Installs a version of Xcode from a downloaded xip
                          file.
  uninstall               Uninstalls a version of Xcode.
  use                     Changes the version of Xcode being used.

  See 'xcvm help <subcommand>' for detailed help.

About

Manage multiple installations of Xcode

https://github.com/CraigSiemens/homebrew-tap

License:MIT License


Languages

Language:Swift 97.6%Language:Makefile 2.4%