使用 xcinfo
,您可以访问 xcodereleases.com 上的所有可用信息,并从 Apple 开发者门户安装可用的 Xcode 版本。它还可以查找和列出硬盘上已安装的 Xcode 应用程序,您可以安全地移除它们。
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
arm64
和 x86_64
) xcinfo: make
/usr/local/bin
): sudo make install
或安装到其他位置: sudo make install prefix=/opt/local
make clean
make cleanup
$ mint install xcodereleases/xcinfo
$ brew install xcinfo
新增
修复
初始公开版本