add info plist entry for camera permission

This commit is contained in:
2026-02-11 13:12:45 +01:00
parent b213bcee8b
commit 18474d30ab
+4 -1
View File
@@ -32,7 +32,10 @@
"tinted": "./assets/icons/ios-tinted.png" "tinted": "./assets/icons/ios-tinted.png"
}, },
"bundleIdentifier": "com.cesoft.casadoc", "bundleIdentifier": "com.cesoft.casadoc",
"appleTeamId": "NBX9G827SH" "appleTeamId": "NBX9G827SH",
"infoPlist": {
"NSCameraUsageDescription": "This app needs access to the camera to scan documents."
}
}, },
"android": { "android": {
"adaptiveIcon": { "adaptiveIcon": {