Initial Commit

This commit is contained in:
Donato Fiore
2023-11-30 21:06:53 -05:00
committed by GitHub
commit 7e2c90a560
59 changed files with 14054 additions and 0 deletions

38
entitlements.plist Normal file
View File

@@ -0,0 +1,38 @@
<?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>