only-bible-app v3.7.2+24
git clone https://git.pyrossh.dev/only-bible-app
The only bible app you will ever need. No ads. No in-app purchases. No distractions.
macos/fastlane/README.md
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
## Mac
### mac api_key
```sh
[bundle exec] fastlane mac api_key
```
Get App Store Connect API key
### mac certs
```sh
[bundle exec] fastlane mac certs
```
Ensure signing certificates and provisioning profile exist
### mac build
```sh
[bundle exec] fastlane mac build
```
Build and sign the macOS app and installer package
### mac screenshots
```sh
[bundle exec] fastlane mac screenshots
```
Regenerate Mac App Store screenshots from the Flutter golden tests
### mac release
```sh
[bundle exec] fastlane mac release
```
Push a new release build to the Mac App Store
### mac upload
```sh
[bundle exec] fastlane mac upload
```
Upload a pre-built package to the Mac App Store
----
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).