PR workflow
This commit is contained in:
parent
ede7a752c4
commit
192bfbe7aa
5 changed files with 205 additions and 38 deletions
|
|
@ -15,14 +15,6 @@ For _fastlane_ installation instructions, see [Installing _fastlane_](https://do
|
|||
|
||||
## iOS
|
||||
|
||||
### ios setupCodeSigning
|
||||
|
||||
```sh
|
||||
[bundle exec] fastlane ios setupCodeSigning
|
||||
```
|
||||
|
||||
|
||||
|
||||
### ios deployInternalFirebase
|
||||
|
||||
```sh
|
||||
|
|
@ -31,6 +23,22 @@ For _fastlane_ installation instructions, see [Installing _fastlane_](https://do
|
|||
|
||||
Description of what the lane does
|
||||
|
||||
### ios buildReleaseIPA
|
||||
|
||||
```sh
|
||||
[bundle exec] fastlane ios buildReleaseIPA
|
||||
```
|
||||
|
||||
|
||||
|
||||
### ios setupCodeSigning
|
||||
|
||||
```sh
|
||||
[bundle exec] fastlane ios setupCodeSigning
|
||||
```
|
||||
|
||||
|
||||
|
||||
### ios cleanupKeyChain
|
||||
|
||||
```sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue