This commit is contained in:
Gergely Hegedus 2023-09-05 12:24:55 +03:00
parent cc2b65c3ae
commit 78c780b3b6
8 changed files with 249 additions and 27 deletions

48
ios/fastlane/README.md Normal file
View file

@ -0,0 +1,48 @@
fastlane documentation
----
# Installation
Make sure you have the latest version of the Xcode command line tools installed:
```sh
xcode-select --install
```
For _fastlane_ installation instructions, see [Installing _fastlane_](https://docs.fastlane.tools/#installing-fastlane)
# Available Actions
## iOS
### ios setupCodeSigning
```sh
[bundle exec] fastlane ios setupCodeSigning
```
### ios deployInternalFirebase
```sh
[bundle exec] fastlane ios deployInternalFirebase
```
Description of what the lane does
### ios cleanupKeyChain
```sh
[bundle exec] fastlane ios cleanupKeyChain
```
----
This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run.
More information about _fastlane_ can be found on [fastlane.tools](https://fastlane.tools).
The documentation of _fastlane_ can be found on [docs.fastlane.tools](https://docs.fastlane.tools).