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
| fe24dd6 | 1 | fastlane documentation |
| fe24dd6 | 2 | ---- |
| fe24dd6 | 3 | |
| fe24dd6 | 4 | # Installation |
| fe24dd6 | 5 | |
| fe24dd6 | 6 | Make sure you have the latest version of the Xcode command line tools installed: |
| fe24dd6 | 7 | |
| fe24dd6 | 8 | ```sh |
| fe24dd6 | 9 | xcode-select --install |
| fe24dd6 | 10 | ``` |
| fe24dd6 | 11 | |
| fe24dd6 | 12 | For _fastlane_ installation instructions, see [Installing _fastlane_](https://docs.fastlane.tools/#installing-fastlane) |
| fe24dd6 | 13 | |
| fe24dd6 | 14 | # Available Actions |
| fe24dd6 | 15 | |
| fe24dd6 | 16 | ## Mac |
| fe24dd6 | 17 | |
| fe24dd6 | 18 | ### mac api_key |
| fe24dd6 | 19 | |
| fe24dd6 | 20 | ```sh |
| fe24dd6 | 21 | [bundle exec] fastlane mac api_key |
| fe24dd6 | 22 | ``` |
| fe24dd6 | 23 | |
| fe24dd6 | 24 | Get App Store Connect API key |
| fe24dd6 | 25 | |
| fe24dd6 | 26 | ### mac certs |
| fe24dd6 | 27 | |
| fe24dd6 | 28 | ```sh |
| fe24dd6 | 29 | [bundle exec] fastlane mac certs |
| fe24dd6 | 30 | ``` |
| fe24dd6 | 31 | |
| fe24dd6 | 32 | Ensure signing certificates and provisioning profile exist |
| fe24dd6 | 33 | |
| fe24dd6 | 34 | ### mac build |
| fe24dd6 | 35 | |
| fe24dd6 | 36 | ```sh |
| fe24dd6 | 37 | [bundle exec] fastlane mac build |
| fe24dd6 | 38 | ``` |
| fe24dd6 | 39 | |
| fe24dd6 | 40 | Build and sign the macOS app and installer package |
| fe24dd6 | 41 | |
| e26d881 | 42 | ### mac screenshots |
| e26d881 | 43 | |
| e26d881 | 44 | ```sh |
| e26d881 | 45 | [bundle exec] fastlane mac screenshots |
| e26d881 | 46 | ``` |
| e26d881 | 47 | |
| e26d881 | 48 | Regenerate Mac App Store screenshots from the Flutter golden tests |
| e26d881 | 49 | |
| fe24dd6 | 50 | ### mac release |
| fe24dd6 | 51 | |
| fe24dd6 | 52 | ```sh |
| fe24dd6 | 53 | [bundle exec] fastlane mac release |
| fe24dd6 | 54 | ``` |
| fe24dd6 | 55 | |
| fe24dd6 | 56 | Push a new release build to the Mac App Store |
| fe24dd6 | 57 | |
| fe24dd6 | 58 | ### mac upload |
| fe24dd6 | 59 | |
| fe24dd6 | 60 | ```sh |
| fe24dd6 | 61 | [bundle exec] fastlane mac upload |
| fe24dd6 | 62 | ``` |
| fe24dd6 | 63 | |
| fe24dd6 | 64 | Upload a pre-built package to the Mac App Store |
| fe24dd6 | 65 | |
| fe24dd6 | 66 | ---- |
| fe24dd6 | 67 | |
| fe24dd6 | 68 | This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run. |
| fe24dd6 | 69 | |
| fe24dd6 | 70 | More information about _fastlane_ can be found on [fastlane.tools](https://fastlane.tools). |
| fe24dd6 | 71 | |
| fe24dd6 | 72 | The documentation of _fastlane_ can be found on [docs.fastlane.tools](https://docs.fastlane.tools). |