From 1cc4ab50340ddbdcf615fa7ec170ee01b63adc33 Mon Sep 17 00:00:00 2001 From: sergemuhundu Date: Sat, 9 Nov 2024 14:33:18 +0100 Subject: [PATCH] Rename apple private key file name --- apps/mobile/eas.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mobile/eas.json b/apps/mobile/eas.json index eef5c22f4..30204355a 100644 --- a/apps/mobile/eas.json +++ b/apps/mobile/eas.json @@ -42,7 +42,7 @@ "ascAppId": "APPLE_ID_PLACEHOLDER", "ascApiKeyIssuerId": "APPSTORE_ISSUER_ID_PLACEHOLDER", "ascApiKeyId": "APPSTORE_API_KEY_ID_PLACEHOLDER", - "ascApiKeyPath": "./AuthKey_8A3H79GTF8.p8" + "ascApiKeyPath": "./AuthKey_R9QZ5LP8NK.p8" } } }