diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-07-11 14:55:46 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-07-11 14:55:46 +0200 |
| commit | 49766f0c78015831f8be57349317f0d1c8228327 (patch) | |
| tree | 47ceb138008134dc83ad8432c744e3174854cb2c /QuickLook/QuickLook.entitlements | |
| parent | f8c877e01e6517b13ec085d9d79bf316c7637344 (diff) | |
Add QuickLook settings
Diffstat (limited to 'QuickLook/QuickLook.entitlements')
| -rw-r--r-- | QuickLook/QuickLook.entitlements | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/QuickLook/QuickLook.entitlements b/QuickLook/QuickLook.entitlements index f2ef3ae..8998767 100644 --- a/QuickLook/QuickLook.entitlements +++ b/QuickLook/QuickLook.entitlements @@ -2,9 +2,13 @@ <!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.files.user-selected.read-only</key> - <true/> + <key>com.apple.security.app-sandbox</key> + <true/> + <key>com.apple.security.application-groups</key> + <array> + <string>group.systems.tranquil.Map</string> + </array> + <key>com.apple.security.files.user-selected.read-only</key> + <true/> </dict> </plist> |