diff --git a/apps/mobile/eas.json b/apps/mobile/eas.json index 281717320..cd07737e5 100644 --- a/apps/mobile/eas.json +++ b/apps/mobile/eas.json @@ -18,13 +18,7 @@ } }, "production": { - "channel": "production", - "ios": { - "ascAppId": "APPLE_ID_PLACEHOLDER", - "ascApiKeyIssuerId": "APPSTORE_ISSUER_ID_PLACEHOLDER", - "ascApiKeyId": "APPSTORE_API_KEY_ID_PLACEHOLDER", - "ascApiKeyPath": "./AuthKey_R9QZ5LP8NK.p8" - } + "channel": "production" } }, "submit": { @@ -33,6 +27,12 @@ "track": "internal", "releaseStatus": "draft", "changesNotSentForReview": false + }, + "ios": { + "ascAppId": "APPLE_ID_PLACEHOLDER", + "ascApiKeyIssuerId": "APPSTORE_ISSUER_ID_PLACEHOLDER", + "ascApiKeyId": "APPSTORE_API_KEY_ID_PLACEHOLDER", + "ascApiKeyPath": "./AuthKey_R9QZ5LP8NK.p8" } } }