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