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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user