mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
Add missing description for Apple permissions. That fix crash on start with Ventura (13.1)
This commit is contained in:
parent
f7adda1e70
commit
76fdbe857b
1 changed files with 4 additions and 0 deletions
|
|
@ -76,12 +76,16 @@
|
|||
<key>kTCCServiceMediaLibrary</key>
|
||||
<string>Used media library as attachement or for the ringer</string>
|
||||
<key>com.apple.security.device.camera</key>
|
||||
<string>Used for video call</string>
|
||||
<true/>
|
||||
<key>com.apple.security.device.microphone</key>
|
||||
<string>Used for call and voice messages</string>
|
||||
<true/>
|
||||
<key>com.apple.security.device.audio-input</key>
|
||||
<string>Used for call and voice messages</string>
|
||||
<true/>
|
||||
<key>com.apple.security.personal-information.photos-library</key>
|
||||
<string>Used to display pictures and avatar</string>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue