summaryrefslogtreecommitdiff
path: root/Jel/Jel.entitlements
diff options
context:
space:
mode:
authorShav Kinderlehrer <[email protected]>2023-12-11 14:27:48 -0500
committerShav Kinderlehrer <[email protected]>2023-12-11 14:27:48 -0500
commit8a2b75dbfa85b89964848d4d2673e35cc6eed078 (patch)
tree689aa0c89782d9bd314ba07c8d5dd83ee77cafd5 /Jel/Jel.entitlements
downloadjel-8a2b75dbfa85b89964848d4d2673e35cc6eed078.tar.gz
jel-8a2b75dbfa85b89964848d4d2673e35cc6eed078.zip
Initial Commit
Diffstat (limited to 'Jel/Jel.entitlements')
-rw-r--r--Jel/Jel.entitlements10
1 files changed, 10 insertions, 0 deletions
diff --git a/Jel/Jel.entitlements b/Jel/Jel.entitlements
new file mode 100644
index 0000000..f2ef3ae
--- /dev/null
+++ b/Jel/Jel.entitlements
@@ -0,0 +1,10 @@
+<?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.user-selected.read-only</key>
+ <true/>
+</dict>
+</plist>