This commit is contained in:
2026-04-18 23:11:35 +02:00
commit f7cfd2a86e
196 changed files with 35538 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<?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>