fix: re-add XPC service entitlements for sandboxed Sparkle installer

Add back InstallerConnection and InstallerStatus entitlements which are
required for the sandboxed app to communicate with Sparkle's installer
XPC service.
This commit is contained in:
Micha
2025-12-30 19:48:44 +01:00
parent 84935ee8fd
commit b67fffd3f0

View File

@@ -6,5 +6,13 @@
<true/>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.xpc.aConnectionServices</key>
<array>
<string>com.sparkle-project.InstallerConnection</string>
</array>
<key>com.apple.security.xpc.aStatusServices</key>
<array>
<string>com.sparkle-project.InstallerStatus</string>
</array>
</dict>
</plist>