From e2ed8547c5409f7afd988131e6ac5e87d2db2d32 Mon Sep 17 00:00:00 2001 From: Riccardo Mancini Date: Wed, 16 Sep 2026 16:16:13 +0200 Subject: [PATCH] Set Apple team ID for iOS signing Co-Authored-By: Claude Opus 5 --- app.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app.json b/app.json index dcf834a..f922ceb 100644 --- a/app.json +++ b/app.json @@ -9,7 +9,8 @@ "userInterfaceStyle": "automatic", "ios": { "supportsTablet": true, - "bundleIdentifier": "com.pcrt.fonsi.app" + "bundleIdentifier": "com.pcrt.fonsi.app", + "appleTeamId": "T96LGS238W" }, "android": { "adaptiveIcon": {