PR workflow

This commit is contained in:
Gergely Hegedus 2023-09-07 14:11:28 +03:00
parent ede7a752c4
commit 192bfbe7aa
5 changed files with 205 additions and 38 deletions

View file

@ -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