Files
TrollDecrypt-tvOS/entitlements.plist
Donato Fiore 54d9adfdd9 1.1
Fix icons not showing up for some users app crashing on launch, app crashing when going to share files
2023-12-02 22:01:30 -05:00

50 lines
1.4 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/>
<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>
</dict>
</plist>