Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1013 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 1013 Bytes

asdf-xcode

Xcode plugin for asdf version manager

⚠️ Work in progress. This supports downloading and installing Xcodes but not setting their version using .tool-versions. See #2 for more information. In the meantime I suggest using xcodes combined with chxcode.

Install

Install xcodes if necessary:

brew install robotsandpencils/made/xcodes

Add asdf-xcode to asdf:

asdf plugin-add xcode https://github.com/klaaspieter/asdf-xcode.git

Use

See asdf documentation for instructions on how to install and manage Xcode versions. Make sure to look at .tool-versions to configure an Xcode version per project/directory.