mirror of
https://github.com/NohamR/TrollDecrypt-tvOS.git
synced 2026-07-11 22:41:37 +00:00
55 lines
1.5 KiB
Plaintext
55 lines
1.5 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.nohamr.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/>
|
|
<key>com.apple.security.exception.iokit-user-client-class</key>
|
|
<array>
|
|
<string>IOUserClient</string>
|
|
<string>IOUserServer</string>
|
|
<string>RootDomainUserClient</string>
|
|
</array>
|
|
<key>com.apple.security.iokit-user-client-class</key>
|
|
<array>
|
|
<string>IOUserClient</string>
|
|
<string>IOUserServer</string>
|
|
<string>RootDomainUserClient</string>
|
|
</array>
|
|
<key>com.apple.private.airdrop.discovery</key>
|
|
<true/>
|
|
<key>com.apple.private.airdrop.settings</key>
|
|
<true/>
|
|
</dict>
|
|
</plist>
|