chore: update Fastlane configuration for iOS

- Removed Apple ID from Appfile for security reasons.
- Added precheck option in Deliverfile to disable pre-submit checks.
- Enhanced Fastfile with a new release lane for App Store Connect API key integration.
This commit is contained in:
cogwheel0
2025-10-17 00:40:33 +05:30
parent bc06988622
commit 54f5a3e7da
4 changed files with 41 additions and 2 deletions

30
ios/fastlane/README.md Normal file
View File

@@ -0,0 +1,30 @@
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
### release
```sh
[bundle exec] fastlane release
```
----
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).