Home

Awesome

<div align="center">

asdf-xcodegen Build Lint

XcodeGen plugin for the asdf version manager.

</div>

Contents

Dependencies

Install

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

:warning: Ensure that you have 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.

Contributing

Contributions of any kind welcome! See the contributing guide.

Thanks goes to these contributors!

License

See LICENSE © Vasily Ptitsyn