ScreenShredder/ScreenShredder/ScreenShredder.entitlements
Spotlight 8eb5200d8f
Initial commit
From 2021-11-14 - woah
2023-06-10 20:10:10 -05:00

12 lines
376 B
XML

<?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.files.downloads.read-only</key>
<true/>
<key>com.apple.security.files.user-selected.read-only</key>
<true/>
</dict>
</plist>