diff options
Diffstat (limited to 'interpose/ent.xml')
| -rwxr-xr-x | interpose/ent.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/interpose/ent.xml b/interpose/ent.xml new file mode 100755 index 0000000..35e74c1 --- /dev/null +++ b/interpose/ent.xml @@ -0,0 +1,17 @@ +<!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.springboard.debugapplications</key> + <true/> + <key>get-task-allow</key> + <true/> + <key>proc_info-allow</key> + <true/> + <key>task_for_pid-allow</key> + <true/> + <key>run-unsigned-code</key> + <true/> +</dict> +</plist> + + |
