From 18474d30abc3a89f4676505259b6a3cb7500c7ea Mon Sep 17 00:00:00 2001 From: Joseph D'Souza Date: Wed, 11 Feb 2026 13:12:45 +0100 Subject: [PATCH] add info plist entry for camera permission --- mobile/app.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mobile/app.json b/mobile/app.json index 55db8c9..07fd80d 100644 --- a/mobile/app.json +++ b/mobile/app.json @@ -32,7 +32,10 @@ "tinted": "./assets/icons/ios-tinted.png" }, "bundleIdentifier": "com.cesoft.casadoc", - "appleTeamId": "NBX9G827SH" + "appleTeamId": "NBX9G827SH", + "infoPlist": { + "NSCameraUsageDescription": "This app needs access to the camera to scan documents." + } }, "android": { "adaptiveIcon": {