Skip to content

🚀 The easiest way to automate building and releasing your iOS and Android apps

License

Notifications You must be signed in to change notification settings

patrickcapadmi/fastlane

Repository files navigation

Twitter: @FastlaneTools License Gem Homebrew Build Status PRs welcome!

fastlaneis a tool for iOS and Android developers to automate tedious tasks like generating screenshots, dealing with provisioning profiles, and releasing your application.


✨ All fastlane docs were moved todocs.fastlane.tools


Need Help?

Before submitting a new GitHub issue, please make sure to

If the above doesn't help, pleasesubmit an issueon GitHub and provide information about your setup, in particular the output of thefastlane envcommand.

Note:If you want to report a regression infastlane(something that has worked before, but broke with a new release), please mark your issue title as such using[Regression] Your title here.This enables us to quickly detect and fix regressions.

fastlaneteam

Jimmy Dee

Łukasz Grabowski

Special thanks to allcontributorsfor extending and improvingfastlane.

Contribute tofastlane

Check outCONTRIBUTING.mdfor more information on how to help withfastlane.

Code of Conduct

Help us keepfastlaneopen and inclusive. Please read and follow ourCode of Conduct.

Metrics

fastlanetracks a few key metrics to understand how developers are using the tool and to help us know what areas need improvement. No personal/sensitive information is ever collected. Metrics that are collected include:

  • The number offastlaneruns
  • A salted hash of the app identifier or package name, which helps us anonymously identify unique usage offastlane

You can easily opt-out of metrics collection by addingopt_out_usageat the top of yourFastfileor by setting the environment variableFASTLANE_OPT_OUT_USAGE.Check out the metrics code on GitHub

License

This project is licensed under the terms of the MIT license. See theLICENSEfile.

This project and all fastlane tools are in no way affiliated with Apple Inc. This project is open source under the MIT license, which means you have full access to the source code and can modify it to fit your own needs. All fastlane tools run on your own computer or server, so your credentials or other sensitive information will never leave your own computer. You are responsible for how you use fastlane tools.


✨ All fastlane docs were moved todocs.fastlane.tools


About

🚀 The easiest way to automate building and releasing your iOS and Android apps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages

  • Ruby 82.2%
  • Swift 14.6%
  • HTML 1.0%
  • Objective-C 0.8%
  • Java 0.7%
  • Shell 0.7%