mobile-ios/fastlane
2021-05-12 17:39:38 -07:00
..
Appfile COVIDSafe code from version 2.6 (#51) 2021-05-12 17:39:38 -07:00
Fastfile COVIDSafe code from version 2.6 (#51) 2021-05-12 17:39:38 -07:00
README.md COVIDSafe code from version 2.6 (#51) 2021-05-12 17:39:38 -07:00

fastlane documentation

Installation

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 install fastlane

Available Actions

iOS

  • import_uat_distribution_certificate: This lane will decode and install the needed provisioning profile and signing certificate for the UAT build.
  • import_distribution_certificate: This lane will decode and install the needed provisioning profile and signing certificate for the PROD build.
  • beta: This lane will build and upload the UAT build to testflight
  • release: This lane will build and upload the PROD build to testflight