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:
Micha
2025-12-30 18:31:17 +01:00
parent 2dbe739c97
commit 5f045c113a

View File

@@ -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>