mirror of
https://github.com/savoirfairelinux/jami-client-qt.git
synced 2025-12-16 23:14:57 +08:00
This commit enables App Sandbox for Jami on macOS. Folders Migrated: - App data(accounts, ect) - Jami cache - Sparkle cache Entitlements: - Access to Movies folder (default recording location) - Access to Downloads folder (default download location) - Access to Pictures folder (default screenshots location) - Camera, microphone, network client/server - User-selected files User Impact: - User preferences will be reset to defaults (theme, notifications, download locations) - Download folder "~/Library/Containers/.../Data/Downloads", files will be accessible in "~/Downloads" - Screenshots folder is "~/Library/Containers/.../Data/Pictures", files will be accessible in "~/Pictures" Change-Id: I5af4e88fc54e0942ad8d4ba53c8bd2f7324d550a
13 lines
368 B
Plaintext
13 lines
368 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>Move</key>
|
|
<array>
|
|
<string>${ApplicationSupport}/jami</string>
|
|
<string>${Caches}/cx.ring</string>
|
|
<string>${Caches}/jami</string>
|
|
</array>
|
|
</dict>
|
|
</plist>
|