TrollStore/RootHelper/entitlements.plist

55 lines
1.7 KiB
Plaintext
Raw Normal View History

2022-11-20 06:22:20 +08:00
<?xml version="1.0" encoding="UTF-8"?>
2022-09-02 23:19:48 +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>
<key>platform-application</key>
<true/>
<key>com.apple.private.security.container-required</key>
<false/>
2022-11-20 06:22:20 +08:00
<key>com.apple.private.security.no-sandbox</key>
<true/>
2022-09-02 23:19:48 +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-09-02 23:19:48 +08:00
<key>com.apple.private.coreservices.canmaplsdatabase</key>
<true/>
<key>com.apple.lsapplicationworkspace.rebuildappdatabases</key>
<true/>
<key>com.apple.private.security.storage.AppBundles</key>
<true/>
2022-10-30 19:48:01 +08:00
<key>com.apple.private.security.storage.MobileDocuments</key>
<true/>
2022-11-20 06:22:20 +08:00
<key>com.apple.private.security.storage-exempt.heritable</key>
2022-09-02 23:19:48 +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>
<true/>
2022-09-02 23:19:48 +08:00
<key>com.apple.backboardd.launchapplications</key>
<true/>
2022-11-20 06:22:20 +08:00
<key>com.apple.frontboard.launchapplications</key>
<true/>
2022-09-02 23:19:48 +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>
2024-03-03 03:35:47 +08:00
<key>com.apple.private.amfi.developer-mode-control</key>
<true/>
<key>com.apple.frontboard.shutdown</key>
<true/>
<key>com.apple.runningboard.process-state</key>
<true/>
2022-09-02 23:19:48 +08:00
</dict>
</plist>