Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Downloader differs from previously opened versions #25

Open
zorgiepoo opened this issue Mar 16, 2024 · 0 comments
Open

Downloader differs from previously opened versions #25

zorgiepoo opened this issue Mar 16, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@zorgiepoo
Copy link

zorgiepoo commented Mar 16, 2024

Due to a sandboxing issue new to macOS Sonoma and due to this app and other apps using Sparkle's Downloader XPC Service, users may see a one-time system warning dialog when checking for updates about "Downloader" differs from previously opened versions.

It looks like viewfinder wants to use the Sparkle's Downloader XPC Service from following Sparkle's sandboxing guide because the app is not entitled with an outgoing network connection (com.apple.security.network.client) entitlement. So there are a couple ways to fix this issue:

  • viewfinder can update to Sparkle 2.6.0 or later (which disables sandboxing for the Downloader XPC Service by default to avoid conflicts) (easiest way)
  • viewfinder can re-compile their current version of Sparkle with a custom XPC_SERVICE_BUNDLE_ID_PREFIX
  • viewfinder can enable the outgoing network connection (com.apple.security.network.client) entitlement on its app instead of enabling the Downloader XPC Service as there are other drawbacks with using the downloader service (e.g. Sparkle can't use WebKit 2).

See sparkle-project/Sparkle#2514 and the updated sandboxing guide for more information on the issue.

[edit]: Updated to include 3rd option of not using downloader service.

@zorgiepoo zorgiepoo added the bug Something isn't working label Mar 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant