← back to Costa Rica App
costa-rica: fix broken eas submit ascApiKeyPath -> canonical /Users/macstudio3/private_keys/AuthKey_72Y2TZT54R.p8
d2af7f0c7237f2c8b77caafadbd7540a7bd81e9a · 2026-09-14 11:35:28 -0700 · Steve Abrams
The configured path ../nineoh-guide/.credentials/asc-api-key.p8 does not exist on
disk; a gated 'eas submit' would fail on it. Repointed to the canonical ASC API key
(same key id 72Y2TZT54R already in this file; nineoh committed precedent). Config-only,
reversible, no submit fired. TK-11730.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01KoECqRCpUVbcsFegZ1Xp3e
Files touched
Diff
commit d2af7f0c7237f2c8b77caafadbd7540a7bd81e9a
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Mon Sep 14 11:35:28 2026 -0700
costa-rica: fix broken eas submit ascApiKeyPath -> canonical /Users/macstudio3/private_keys/AuthKey_72Y2TZT54R.p8
The configured path ../nineoh-guide/.credentials/asc-api-key.p8 does not exist on
disk; a gated 'eas submit' would fail on it. Repointed to the canonical ASC API key
(same key id 72Y2TZT54R already in this file; nineoh committed precedent). Config-only,
reversible, no submit fired. TK-11730.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01KoECqRCpUVbcsFegZ1Xp3e
---
eas.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eas.json b/eas.json
index dd6f7a6..2f6612e 100644
--- a/eas.json
+++ b/eas.json
@@ -25,7 +25,7 @@
"production": {
"ios": {
"ascAppId": "6799240433",
- "ascApiKeyPath": "../nineoh-guide/.credentials/asc-api-key.p8",
+ "ascApiKeyPath": "/Users/macstudio3/private_keys/AuthKey_72Y2TZT54R.p8",
"ascApiKeyId": "72Y2TZT54R",
"ascApiKeyIssuerId": "cfbd63ed-301b-465c-aad7-49e94420ad70",
"appleTeamId": "3VAV3KMNZK"
← e1ee39b TK-11518: the honest-copy rewrite introduced its own 2.3.1 c
·
back to Costa Rica App
·
(newest)