Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
fastlane/fastlane
fastlane is 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 to docs.fastlane.tools ✨
Need Help?
Before submitting a new GitHub issue, please make sure to
- Check out docs.fastlane.tools
- Search for existing GitHub issues
If the above doesn't help, please submit an issue on GitHub and provide information about your setup, in particular the output of the fastlane env
command.
Note: If you want to report a regression in fastlane (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.
fastlane team
Special thanks to all contributors for extending and improving fastlane.
Contribute to fastlane
Check out CONTRIBUTING.md for more information on how to help with fastlane.
Code of Conduct
Help us keep fastlane open and inclusive. Please read and follow our Code of Conduct.
Metrics
fastlane tracks 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 of fastlane runs
- A salted hash of the app identifier or package name, which helps us anonymously identify unique usage of fastlane
You can easily opt-out of metrics collection by adding opt_out_usage
at the top of your Fastfile
or by setting the environment variable FASTLANE_OPT_OUT_USAGE
. Check out the metrics code on GitHub
License
This project is licensed under the terms of the MIT license. See the LICENSE file.
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 to docs.fastlane.tools ✨
Github
link |
Stars: 30980 |
Last commit: 3 hours ago |
Related Packages
You may find interesting
Releases
2.172.0 Big Improvements - 2021-01-21T10:36:02
- [frameit] add support for new iPhone 12-family devices and their new colors (#17940) via Nicolas Mauri
- [deliver][download_metadata] give precedence to generate metadata from edit version instead of live version (#17813) via Roger Oba
- [action] git_commit - skip commit if git status is clean for paths (#17913) via Pierre Felgines
- [spaceship][docs] update spaceship app store connect docs (#17938) via Roger Oba [snapshot] fix snapshot not saving image files on Apple Silicon M1 (#17912) via Martin Albrecht
- [fastlane] add BUDDY environment variables (#17922) via Rafał Sztwiorok
- [spaceship] adding missing localizations attribute to AppStoreVersion (#17928) via gsavit
- Update sample issue from being an existing issue, to a fake one. (#17934) via Roger Oba
- [action] swiftlint - avoid throwing error for new types of reporters. (#17935) via Roger Oba
- [action] change 'platform' optionality since nil is not really a valid value. (#17936) via Roger Oba
- [gym] update gym's available export_methods to match xcodebuild's. (#17939) via Roger Oba
- [frameit] fix the screenshot size of iPhone 8 Plus (#17977) via Rhett Tuan
- [action] register_device - fix regression that was causing a crash when creating a device that already exists (#17799) via Roger Oba
- [spaceship] allow 2FA request only in interactive mode (#17854) via Oleg Kohtenko
- [action] new create_xcframework action (#17844) via José González
- [CI] support Ruby 2.7 on Circle CI (#17861) via Satoshi Namai
- [action] artifactory - add option to authenticate using an API key (#17835) via Florian Staine
- [gym] update identifier used to looked up the bundle ID when parsing provisioning profile (#17865) via John Britton
- [spaceship] allow for updating of beta groups (#17984) via Krish
- [snapshot] fix picking up 'SnapshotHelper'-files from DerivedData #17828 (#17833) via David Everlöf
- [gym] use unzip for IPA files that are too big (#17825) via Theodore Dubois
- [action] change username for register_devices action to optional (#17942) via Econa77
- [action] add api bearer to create pull request (#17972) via Thilek Silvadorai
- [scan] fix scan not failing when disable_xcpretty and fail_build are true (#17946) via Jean Mainguy
- [scan] fix scan regression caused by not setting
slack_default_payloads
option (#17923) via Roger Oba - [gym][scan][snapshot] disable automatic SPM dependencies resolution or skip it entirely (#17916) via Roman Tysiachnik
- [gym][snapshot] fix gym
use_system_scm
option and adduse_system_scm
option to snapshot (#17832) via Roger Oba