fix(mobile): sync app.json and eas.json to expo.dev project credentials

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-14 20:31:35 +00:00
parent 7633cdf4e4
commit 5f3d134d7e
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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.",
+1 -1
View File
@@ -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",