fix: add XPC service entitlements for Sparkle installer

Add com.apple.security.xpc.aConnectionServices and
com.apple.security.xpc.aStatusServices entitlements to allow sandboxed
app to communicate with Sparkle's Installer and Downloader XPC services.
This commit is contained in:
Micha
2025-12-30 15:27:19 +01:00
parent 541927c30a
commit 9070882f38

View File

@@ -14,5 +14,9 @@
<true/>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
<key>com.apple.security.xpc.aConnectionServices</key>
<true/>
<key>com.apple.security.xpc.aStatusServices</key>
<true/>
</dict>
</plist>