summaryrefslogtreecommitdiff
path: root/entitlements.xml
diff options
context:
space:
mode:
authorSam Bingner <sam@bingner.com>2018-11-27 09:16:27 -1000
committerSam Bingner <sam@bingner.com>2018-11-27 09:16:27 -1000
commitdd6856043a7cb9814a4aeab48e8cf4222438647c (patch)
tree1a8a5325bfbb9bf966a5a1610e334d43b0821190 /entitlements.xml
Initial commitv0.0.1
Diffstat (limited to 'entitlements.xml')
-rw-r--r--entitlements.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/entitlements.xml b/entitlements.xml
new file mode 100644
index 0000000..54d4832
--- /dev/null
+++ b/entitlements.xml
@@ -0,0 +1,12 @@
+<?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.system-task-ports</key>
+ <true/>
+ <key>task_for_pid-allow</key>
+ <true/>
+ <key>platform-application</key>
+ <true/>
+</dict>
+</plist>