logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Xcode Manager - Control Xcode Versions | Online Free DevTools by Hexmos

Control Xcode versions with Xcode Manager. Download, install, and select specific Xcode versions for macOS development. Free online tool, no registration required.

xcodes

Download, install and manage multiple Xcode versions. See also: xcodes runtimes. More information: https://github.com/xcodesorg/xcodes.

  • List all installed Xcode versions:

xcodes installed

  • List all available Xcode versions:

xcodes list

  • Select an Xcode version by specifying a version number or a path:

xcodes select {{xcode_version|path/to/Xcode.app}}

  • Download and install a specific Xcode version:

xcodes install {{xcode_version}}

  • Install the latest Xcode release and select it:

xcodes install --latest --select

  • Download a specific Xcode version archive to a given directory without installing it:

xcodes download {{xcode_version}} --directory {{path/to/directory}}

See Also