From 4f38075de4b6647b41f776517ff6499fb616b6e6 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 14 Mar 2026 20:26:51 +0000 Subject: [PATCH] fix(mobile): use org.docuelevate.mobile as app identifier Update iOS bundleIdentifier and Android package from com.christianlouis.docuelevatemobile to org.docuelevate.mobile. Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com> --- mobile/app.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mobile/app.json b/mobile/app.json index 2945e80d..4bb63838 100644 --- a/mobile/app.json +++ b/mobile/app.json @@ -14,7 +14,7 @@ "assetBundlePatterns": ["**/*"], "ios": { "supportsTablet": true, - "bundleIdentifier": "com.docuelevate.app", + "bundleIdentifier": "org.docuelevate.mobile", "infoPlist": { "NSCameraUsageDescription": "DocuElevate uses the camera to capture documents for upload.", "NSPhotoLibraryUsageDescription": "DocuElevate accesses your photo library to select documents for upload.", @@ -22,14 +22,14 @@ "UIBackgroundModes": ["fetch", "remote-notification"], "ITSAppUsesNonExemptEncryption": false }, - "buildNumber": "1" + "buildNumber": "3" }, "android": { "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#1e40af" }, - "package": "com.docuelevate.app", + "package": "org.docuelevate.mobile", "permissions": [ "CAMERA", "READ_EXTERNAL_STORAGE", @@ -66,7 +66,7 @@ "owner": "christian-krakau-louis", "extra": { "eas": { - "projectId": "8455f39d-ef0d-4850-98e4-f79e388642c1" + "projectId": "16925679-cb94-411c-83b5-a62c9addb872" } } }