XcodeGen plugin for the asdf version manager.
bash
,curl
,unzip
: generic POSIX utilities.
Plugin:
asdf plugin add xcodegen
# or
asdf plugin add xcodegen https://github.com/younke/asdf-xcodegen.git
xcodegen:
# Show all installable versions
asdf list-all xcodegen
# Install specific version
asdf install xcodegen latest
# Set a version globally (on your ~/.tool-versions file)
asdf global xcodegen latest
# Now xcodegen commands are available
xcodegen --help
SettingPresets
copy (related to particular xcodegen
version) in your project directory before running the command.
Note that globally installed xcodegen
keeps SettingPresets
in /usr/local/share/xcodegen
folder.
You might want to delete previous global installation (brew
etc.).
Check asdf readme for more instructions on how to install & manage versions.
Contributions of any kind welcome! See the contributing guide.
Thanks goes to these contributors!
See LICENSE © Vasily Ptitsyn