mirror of
https://github.com/AU-COVIDSafe/mobile-ios.git
synced 2025-05-20 20:25:18 +00:00
COVIDSafe code from version 2.6
This commit is contained in:
parent
195798ddd5
commit
f7bfce7eb6
43 changed files with 910 additions and 144 deletions
24
fastlane/README.md
Normal file
24
fastlane/README.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue