mirror of https://github.com/opa334/TrollStore.git
43 lines
1.4 KiB
Plaintext
43 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>application-identifier</key>
|
|
<string>com.opa334.TrollStore</string>
|
|
<key>platform-application</key>
|
|
<true/>
|
|
<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.security.system-application</key>
|
|
<true/>
|
|
<key>com.apple.private.security.container-manager</key>
|
|
<true/>
|
|
<key>com.apple.private.coreservices.canmaplsdatabase</key>
|
|
<true/>
|
|
<key>com.apple.lsapplicationworkspace.rebuildappdatabases</key>
|
|
<true/>
|
|
<key>com.apple.private.MobileContainerManager.allowed</key>
|
|
<true/>
|
|
<key>com.apple.private.MobileInstallationHelperService.InstallDaemonOpsEnabled</key>
|
|
<true/>
|
|
<key>com.apple.private.MobileInstallationHelperService.allowed</key>
|
|
<true/>
|
|
<key>com.apple.private.uninstall.deletion</key>
|
|
<true/>
|
|
<key>com.apple.private.security.storage.MobileDocuments</key>
|
|
<true/>
|
|
<key>com.apple.CommCenter.fine-grained</key>
|
|
<array>
|
|
<string>cellular-plan</string>
|
|
<string>data-usage</string>
|
|
<string>data-allowed-write</string>
|
|
<string>preferences-write</string>
|
|
</array>
|
|
</dict>
|
|
</plist> |