Skip to content

younke/asdf-xcodegen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages