2022-10-08 00:50:25 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2022-10-07 07:25:20 +08:00
|
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
|
|
<plist version="1.0">
|
|
|
|
<dict>
|
2022-10-12 04:57:08 +08:00
|
|
|
<key>application-identifier</key>
|
2022-11-20 06:22:20 +08:00
|
|
|
<string>com.opa334.trollstorepersistencehelper</string>
|
|
|
|
<key>com.apple.CommCenter.fine-grained</key>
|
2022-10-07 07:25:20 +08:00
|
|
|
<array>
|
2022-11-20 06:22:20 +08:00
|
|
|
<string>cellular-plan</string>
|
|
|
|
<string>data-usage</string>
|
|
|
|
<string>data-allowed-write</string>
|
|
|
|
<string>preferences-write</string>
|
2022-10-07 07:25:20 +08:00
|
|
|
</array>
|
2022-10-12 04:57:08 +08:00
|
|
|
<key>com.apple.private.persona-mgmt</key>
|
|
|
|
<true/>
|
2022-11-20 06:22:20 +08:00
|
|
|
|
|
|
|
<!-- All entitlements from RootHelper except for com.apple.private.security.container-required=false -->
|
|
|
|
<key>platform-application</key>
|
|
|
|
<true/>
|
|
|
|
<key>com.apple.private.security.no-sandbox</key>
|
|
|
|
<true/>
|
2022-10-07 07:25:20 +08:00
|
|
|
<key>com.apple.private.security.container-manager</key>
|
|
|
|
<true/>
|
2022-11-20 06:22:20 +08:00
|
|
|
<key>com.apple.private.MobileContainerManager.allowed</key>
|
|
|
|
<true/>
|
2022-10-07 07:25:20 +08:00
|
|
|
<key>com.apple.private.coreservices.canmaplsdatabase</key>
|
|
|
|
<true/>
|
|
|
|
<key>com.apple.lsapplicationworkspace.rebuildappdatabases</key>
|
|
|
|
<true/>
|
2022-11-20 06:22:20 +08:00
|
|
|
<key>com.apple.private.security.storage.AppBundles</key>
|
|
|
|
<true/>
|
|
|
|
<key>com.apple.private.security.storage.MobileDocuments</key>
|
|
|
|
<true/>
|
|
|
|
<key>com.apple.private.security.storage-exempt.heritable</key>
|
2022-10-07 07:25:20 +08:00
|
|
|
<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/>
|
2022-11-20 06:22:20 +08:00
|
|
|
<key>com.apple.springboard.launchapplications</key>
|
2022-10-12 04:57:08 +08:00
|
|
|
<true/>
|
|
|
|
<key>com.apple.backboardd.launchapplications</key>
|
|
|
|
<true/>
|
2022-11-20 06:22:20 +08:00
|
|
|
<key>com.apple.frontboard.launchapplications</key>
|
|
|
|
<true/>
|
2022-10-12 04:57:08 +08:00
|
|
|
<key>com.apple.multitasking.termination</key>
|
|
|
|
<true/>
|
2022-11-20 06:22:20 +08:00
|
|
|
<key>com.apple.private.mobileinstall.allowedSPI</key>
|
|
|
|
<array>
|
|
|
|
<string>InstallForLaunchServices</string>
|
|
|
|
<string>Install</string>
|
|
|
|
<string>UninstallForLaunchServices</string>
|
|
|
|
<string>Uninstall</string>
|
|
|
|
<string>UpdatePlaceholderMetadata</string>
|
|
|
|
</array>
|
2022-10-07 07:25:20 +08:00
|
|
|
</dict>
|
2022-10-12 04:57:08 +08:00
|
|
|
</plist>
|