xcinfo

使用 xcinfo,您可以访问 xcodereleases.com 上的所有可用信息,并从 Apple 开发者门户安装可用的 Xcode 版本。它还可以查找和列出硬盘上已安装的 Xcode 应用程序,您可以安全地移除它们。

Screenhot of the install progress

USAGE: xcinfo <subcommand>

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

SUBCOMMANDS:
  info                    Xcode version info
  list                    List all available Xcode versions
  install                 Install an Xcode version
  installed               Show installed Xcode versions
  uninstall               Uninstall an Xcode version
  cleanup                 Remove stored credentials

要求

安装

手动

$ git clone https://github.com/xcodereleases/xcinfo.git
$ cd xcinfo
$ make
$ sudo make install

Make

Mint

$ mint install xcodereleases/xcinfo

homebrew

$ brew install xcinfo

用法

info (默认)

list

install

installed

uninstall

cleanup

CI

截图

Show info for a specific Xcode version

Installed and available Xcode versions

TODO

更新日志

版本 0.6.0

新增

版本 0.5.1

修复

版本 0.5.0

初始公开版本