Skip to content

mollyIV/asdf-fastlane

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asdf-fastlane Build Lint

fastlane plugin for the asdf version manager.

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages