mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-07-18 06:25:24 +02:00
15 lines
423 B
Text
15 lines
423 B
Text
![]() |
<?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>com.apple.security.app-sandbox</key>
|
||
|
<true/>
|
||
|
<key>com.apple.security.device.camera</key>
|
||
|
<true/>
|
||
|
<key>com.apple.security.device.microphone</key>
|
||
|
<true/>
|
||
|
<key>com.apple.security.files.user-selected.read-write</key>
|
||
|
<true/>
|
||
|
</dict>
|
||
|
</plist>
|