ios-hooks/Filza.entitlements
2025-09-05 18:48:22 +08:00

116 lines
3.6 KiB
XML

<?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>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>com.apple.private.network.client</key>
<true/>
<key>com.apple.private.network.server</key>
<true/>
<key>com.apple.developer.networking.networkextension</key>
<true/>
<key>com.apple.private.security.no-sandbox</key>
<true/>
<key>platform-application</key>
<true/>
<key>com.apple.security.exception.mach-lookup.global-name</key>
<array>
<string>com.tigisoftware.filza.helper.xpc</string>
<string>com.apple.lsd.modifydb</string>
<string>com.apple.mediaartworkd.xpc</string>
<string>com.apple.coremedia</string>
<string>com.apple.medialibraryd.xpc</string>
</array>
<key>com.apple.security.iokit-user-client-class</key>
<array>
<string>IOSurfaceRootUserClient</string>
<string>AGXDeviceUserClient</string>
</array>
<key>com.apple.security.exception.files.absolute-path.read-write</key>
<array>
<string>/</string>
</array>
<key>com.apple.private.coreservices.canmaplsdatabase</key>
<true/>
<key>com.apple.private.skip-library-validation</key>
<true/>
<key>dynamic-codesigning</key>
<true/>
<key>application-identifier</key>
<string>com.tigisoftware.Filza</string>
<key>com.apple.AutoWake-write-access</key>
<true/>
<key>com.apple.private.tcc.manager</key>
<true/>
<key>com.apple.private.tcc.allow</key>
<array>
<string>kTCCServiceMediaLibrary</string>
</array>
<key>com.apple.SystemConfiguration.SCDynamicStore-write-access</key>
<true/>
<key>com.apple.avfoundation.allow-still-image-capture-shutter-sound-manipulation</key>
<true/>
<key>com.apple.coreaudio.allow-amr-decode</key>
<true/>
<key>com.apple.coreaudio.allow-speex-codec</key>
<true/>
<key>com.apple.coremedia.allow-protected-content-playback</key>
<true/>
<key>com.apple.lsapplicationworkspace.rebuildappdatabases</key>
<true/>
<key>com.apple.private.MobileContainerManager.allowed</key>
<true/>
<key>com.apple.mediastream.mstreamd-access</key>
<true/>
<key>com.apple.messages.composeclient</key>
<true/>
<key>com.apple.mobile.deleted.AllowFreeSpace</key>
<true/>
<key>com.apple.private.network.socket-delegate</key>
<true/>
<key>com.apple.itunesstored.private</key>
<true/>
<key>com.apple.multitasking.systemappassertions</key>
<true/>
<key>com.apple.security.assets.music.read-write</key>
<true/>
<key>com.apple.multitasking.termination</key>
<true/>
<key>com.apple.SystemConfiguration.SCPreferences-write-access</key>
<true/>
<key>checklessPersistentURLTranslation</key>
<true/>
<key>com.apple.private.security.container-manager</key>
<true/>
<key>com.apple.private.security.storage.AppDataContainers</key>
<true/>
<key>com.apple.private.security.storage.Photos</key>
<true/>
<key>com.apple.private.security.storage.AppBundles</key>
<true/>
<key>com.apple.private.mobileinstall.allowedSPI</key>
<array>
<string>Install</string>
<string>Uninstall</string>
<string>UninstallForLaunchServices</string>
<string>SetCapabilities</string>
<string>Lookup</string>
<string>InstallForLaunchServices</string>
<string>CopyInstalledAppsForLaunchServices</string>
<string>UpdateSinfForLaunchServices</string>
<string>InstallLocalProvisioned</string>
<string>CopyDiskUsageForLaunchServices</string>
<string>CheckCapabilitiesMatch</string>
<string>Browse</string>
</array>
<key>com.apple.security.application-groups</key>
<array>
<string>com.tigisoftware.sharedfiles</string>
</array>
</dict>
</plist>