Update to include publishing the apps

This commit is contained in:
Mo Tarbin
2026-07-14 12:17:13 -04:00
parent eacfca715c
commit 379e1a354b
5 changed files with 173 additions and 8 deletions

View File

@@ -23,6 +23,14 @@ For _fastlane_ installation instructions, see [Installing _fastlane_](https://do
Build a signed, App Store-ready .ipa
### ios upload
```sh
[bundle exec] fastlane ios upload
```
Upload the built .ipa to TestFlight
----
@@ -44,6 +52,14 @@ Build a signed release .aab
Build a signed release .apk (for sideloading/testing)
### android upload
```sh
[bundle exec] fastlane android upload
```
Upload the built .aab to the Play Store (internal testing track by default)
----
This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run.