mirror of
https://github.com/NohamR/TrollDecrypt-tvOS.git
synced 2026-07-11 19:10:05 +00:00
38 lines
1.1 KiB
Plaintext
38 lines
1.1 KiB
Plaintext
<?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>platform-application</key>
|
|
<true/>
|
|
<key>application-identifier</key>
|
|
<string>com.fiore.trolldecrypt</string>
|
|
<key>com.apple.security.exception.files.absolute-path.read-write</key>
|
|
<array>
|
|
<string>/</string>
|
|
</array>
|
|
<key>com.apple.private.security.no-sandbox</key>
|
|
<true/>
|
|
<key>com.apple.private.persona-mgmt</key>
|
|
<true/>
|
|
<key>com.apple.private.MobileContainerManager.allowed</key>
|
|
<true/>
|
|
<key>com.apple.private.security.container-manager</key>
|
|
<true/>
|
|
<key>com.apple.private.security.storage.AppBundles</key>
|
|
<true/>
|
|
<key>com.apple.private.security.storage.AppDataContainers</key>
|
|
<true/>
|
|
<key>task_for_pid-allow</key>
|
|
<true/>
|
|
<key>get-task-allow</key>
|
|
<true/>
|
|
<key>com.apple.security.get-task-allow</key>
|
|
<true/>
|
|
<key>proc_info-allow</key>
|
|
<true/>
|
|
<key>com.apple.system-task-ports</key>
|
|
<true/>
|
|
<key>com.apple.springboard.launchapplications</key>
|
|
<true/>
|
|
</dict>
|
|
</plist> |