From fa1c3f39479f4ea8f3ca735c5dbe9dae64d5640d Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Sun, 31 May 2026 11:22:58 +0200 Subject: [PATCH] chore(eas): pin appleTeamId and ascAppId in submit profiles Avoid the interactive Apple team picker and app-existence lookup on submit by pinning the Individual team (MWD5K362T8) and ASC App ID. --- eas.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/eas.json b/eas.json index cc5eb28c7..afc774889 100644 --- a/eas.json +++ b/eas.json @@ -89,7 +89,17 @@ } }, "submit": { - "production": {}, - "production_tv": {} + "production": { + "ios": { + "appleTeamId": "MWD5K362T8", + "ascAppId": "6593660679" + } + }, + "production_tv": { + "ios": { + "appleTeamId": "MWD5K362T8", + "ascAppId": "6593660679" + } + } } }