MacOs: properly request microphone and camera permission (#121)

Co-authored-by: V <vendicated@riseup.net>
This commit is contained in:
Tornike Khintibidze
2023-10-12 06:24:16 +04:00
committed by GitHub
parent e29d293855
commit c445c6194f
4 changed files with 35 additions and 2 deletions

View File

@@ -94,7 +94,13 @@
]
}
],
"category": "Network"
"category": "Network",
"extendInfo": {
"NSMicrophoneUsageDescription": "This app needs access to the microphone",
"NSCameraUsageDescription": "This app needs access to the camera",
"com.apple.security.device.audio-input": true,
"com.apple.security.device.camera": true
}
},
"nsis": {
"include": "build/installer.nsh",