From 5f3d134d7ef42380b6f99fa70f8fdf71bed9391b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 14 Mar 2026 20:31:35 +0000 Subject: [PATCH] fix(mobile): sync app.json and eas.json to expo.dev project credentials Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com> --- mobile/app.json | 1 + mobile/eas.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/mobile/app.json b/mobile/app.json index 1ca08689..97d8dfd9 100644 --- a/mobile/app.json +++ b/mobile/app.json @@ -15,6 +15,7 @@ "ios": { "supportsTablet": true, "bundleIdentifier": "org.docuelevate.mobile", + "appleTeamId": "975U2ZESBM", "infoPlist": { "NSCameraUsageDescription": "DocuElevate uses the camera to capture documents for upload.", "NSPhotoLibraryUsageDescription": "DocuElevate accesses your photo library to select documents for upload.", diff --git a/mobile/eas.json b/mobile/eas.json index 9cf863d4..e618ae18 100644 --- a/mobile/eas.json +++ b/mobile/eas.json @@ -33,7 +33,7 @@ "ios": { "appleId": "YOUR_APPLE_ID", "ascAppId": "YOUR_APP_STORE_CONNECT_APP_ID", - "appleTeamId": "YOUR_APPLE_TEAM_ID" + "appleTeamId": "975U2ZESBM" }, "android": { "serviceAccountKeyPath": "./google-play-service-account.json",