feat(ios): add fastlane setup

This commit is contained in:
Peter Steinberger
2025-12-14 02:10:31 +00:00
parent 64b5eb8279
commit a1d16c61ec
6 changed files with 114 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
app_identifier("com.steipete.clawdis.ios")
# Auth is expected via App Store Connect API key.
# Provide either:
# - APP_STORE_CONNECT_API_KEY_PATH=/path/to/AuthKey_XXXXXX.p8.json (recommended)
# or:
# - ASC_KEY_ID, ASC_ISSUER_ID, and ASC_KEY_CONTENT (base64 or raw p8 content)