fix: specify exact Sparkle XPC service identifiers
Change XPC entitlements from boolean true to arrays with specific service identifiers for InstallerConnection and InstallerStatus.
This commit is contained in:
@@ -15,8 +15,12 @@
|
||||
<key>com.apple.security.cs.disable-library-validation</key>
|
||||
<true/>
|
||||
<key>com.apple.security.xpc.aConnectionServices</key>
|
||||
<true/>
|
||||
<array>
|
||||
<string>com.sparkle-project.InstallerConnection</string>
|
||||
</array>
|
||||
<key>com.apple.security.xpc.aStatusServices</key>
|
||||
<true/>
|
||||
<array>
|
||||
<string>com.sparkle-project.InstallerStatus</string>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
Reference in New Issue
Block a user