Add the get-task-allow entitlement

This allows Mac fish to be debugged.
This commit is contained in:
ridiculousfish
2020-02-29 15:28:28 -08:00
parent eb83794783
commit 6721bf4031
3 changed files with 20 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
<?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.get-task-allow</key>
<true/>
</dict>
</plist>