diff options
| author | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-12-15 11:52:21 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-12-16 22:42:52 +0100 |
| commit | 86e296f3b194979de41715ddffe8af262c23c4ba (patch) | |
| tree | c94d5f1c0b76be1224f8ac9b4dad791e3ef11d40 /QuickLook/QuickLook.entitlements | |
| parent | fa681bfcf5cbfcc711fb0ab10f3fd74ac83bf18c (diff) | |
Use recommended settings
Diffstat (limited to 'QuickLook/QuickLook.entitlements')
| -rw-r--r-- | QuickLook/QuickLook.entitlements | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/QuickLook/QuickLook.entitlements b/QuickLook/QuickLook.entitlements index 8998767..c3d8fe7 100644 --- a/QuickLook/QuickLook.entitlements +++ b/QuickLook/QuickLook.entitlements @@ -2,13 +2,9 @@ <!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.application-groups</key> <array> <string>group.systems.tranquil.Map</string> </array> - <key>com.apple.security.files.user-selected.read-only</key> - <true/> </dict> </plist> |