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/>
|
<true/>
|
||||||
<key>com.apple.security.cs.disable-library-validation</key>
|
<key>com.apple.security.cs.disable-library-validation</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
<key>com.apple.security.xpc.aConnectionServices</key>
|
||||||
|
<true/>
|
||||||
|
<key>com.apple.security.xpc.aStatusServices</key>
|
||||||
|
<true/>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
|||||||
Reference in New Issue
Block a user