Make sure you have the latest version of the Xcode command line tools installed:
xcode-select --install
Install fastlane using
[sudo] gem install fastlane -NV
or alternatively using brew cask install fastlane
fastlane test
Runs tests on the primary platforms and configurations
fastlane verify
Runs tests
fastlane build
Builds scheme
fastlane upload_cov
Upload code coverage reports (if running on CI)
fastlane update_docs
Updates the GitHub Pages documentation
fastlane bump_version
Bumps the version number of the project and podspec
This action does the following:
-
Ensures a clean git status
-
Increment the version number (Project & Podspec)
-
Lints the CocoaPods Library
-
Commit and push the version bump
-
Creates a GitHub Release and git tag
-
Lints the CocoaPods Spec
This action does NOT do the following:
-
Add the changelog notes to the GitHub release
-
Submit the updated podspec to CocoaPods
This README.md is auto-generated and will be re-generated every time fastlane is run. More information about fastlane can be found on fastlane.tools. The documentation of fastlane can be found on docs.fastlane.tools.