Skip to content

Latest commit

 

History

History
63 lines (40 loc) · 1.6 KB

README.md

File metadata and controls

63 lines (40 loc) · 1.6 KB

asdf-xcodegen Build Lint

XcodeGen plugin for the asdf version manager.

Contents

Dependencies

  • bash, curl, unzip: generic POSIX utilities.

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

⚠️ 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