Files
ChatApp/apps/desktop/src-tauri/Info.plist
T
2026-04-18 23:11:35 +02:00

13 lines
535 B
Plaintext

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSMicrophoneUsageDescription</key>
<string>ChatApp needs microphone access for voice calls.</string>
<key>NSCameraUsageDescription</key>
<string>ChatApp needs camera access for video calls.</string>
<key>NSScreenCaptureUsageDescription</key>
<string>ChatApp needs screen recording access for screen sharing during calls.</string>
</dict>
</plist>