sudo gem install fastlane
fastlane build_for_test
Build and prepare the app for testing
fastlane test
Run all iOS tests on an iPad
fastlane oss
Set all the API keys required for distribution
fastlane build_for_deploy
Build and prepare deployment
fastlane deploy
Release a new beta version on Hockey
This action does the following:
-
Ensures a clean git status
-
Increment the build number
-
Build and sign the app
-
Upload the ipa file to hockey
-
Post a message to slack containing the download link
-
Commit and push the version bump
fastlane storyboard_ids
More information about fastlane can be found on https://fastlane.tools. The documentation of fastlane can be found on GitHub