iOS: add fastlane config for TestFlight upload
Android UI Tests / ui-tests (push) Has been cancelled

Adds fastlane Appfile/Fastfile (upload_only lane that pushes an already-
exported IPA to TestFlight via the ASC API key) and the generated README.
The ASC .p8 private key stays outside the repo (~/.appstoreconnect); only
its key_id/issuer_id identifiers are referenced. Gitignores the transient
fastlane/report.xml run artifact.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Trey T
2026-06-06 12:16:49 -05:00
parent 713c8d9cbb
commit f5a5710b2c
4 changed files with 55 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
# fastlane transient run artifact
fastlane/report.xml