chore: simplify to non-sandboxed app with no entitlements
Remove all sandbox and XPC entitlements to test if Sparkle works without them.
This commit is contained in:
@@ -2,27 +2,5 @@
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>com.apple.security.app-sandbox</key>
|
||||
<false/>
|
||||
<key>com.apple.security.files.user-selected.read-write</key>
|
||||
<true/>
|
||||
<key>com.apple.security.files.downloads.read-write</key>
|
||||
<true/>
|
||||
<key>com.apple.security.network.client</key>
|
||||
<true/>
|
||||
<key>com.apple.security.automation.apple-events</key>
|
||||
<true/>
|
||||
<key>com.apple.security.cs.disable-library-validation</key>
|
||||
<true/>
|
||||
<key>com.apple.security.xpc.aConnectionServices</key>
|
||||
<array>
|
||||
<string>com.sparkle-project.InstallerConnection</string>
|
||||
<string>com.sparkle-project.DownloaderConnection</string>
|
||||
</array>
|
||||
<key>com.apple.security.xpc.aStatusServices</key>
|
||||
<array>
|
||||
<string>com.sparkle-project.InstallerStatus</string>
|
||||
<string>com.sparkle-project.DownloaderStatus</string>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
Reference in New Issue
Block a user