Home

Awesome

<div align="center">

asdf-fastlane Build Lint

fastlane plugin for the asdf version manager.

</div>

Contents

Dependencies

Install

Plugin:

asdf plugin add fastlane
# or
asdf plugin add fastlane https://github.com/mollyIV/asdf-fastlane.git

fastlane:

# Show all installable versions
asdf list-all fastlane

# Install specific version
asdf install fastlane latest

# Set a version globally (on your ~/.tool-versions file)
asdf global fastlane latest

# Now fastlane commands are available
fastlane --help

Check asdf readme for more instructions on how to install & manage versions.

Important Notice

You must reinstall the fastlane plugin each time you change your Ruby version.

mise plugins uninstall fastlane -p
mise install

Do not install Ruby and the fastlane plugin simultaneously. The fastlane plugin requires certain gems to function properly, so the desired Ruby version should be set before installing the plugin.

Contributing

Contributions of any kind welcome! See the contributing guide.

Thanks goes to these contributors!

License

See LICENSE