Add ASC API key config for TestFlight submission

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Sergei 2025-12-24 17:49:00 -08:00
parent 74550abf1f
commit 1977156ffd

View File

@ -18,7 +18,11 @@
"submit": {
"production": {
"ios": {
"appleTeamId": "UHLZD54ULZ"
"appleTeamId": "UHLZD54ULZ",
"ascAppId": "6756594148",
"ascApiKeyPath": "./AuthKey_GA9C2GRPHS.p8",
"ascApiKeyId": "GA9C2GRPHS",
"ascApiKeyIssuerId": "dcac5647-0710-4764-affd-2d3270bf49d4"
}
}
}