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

Remove Sparkle Sandboxing configuration because app is not sandboxed #31

Open
zorgiepoo opened this issue Feb 25, 2024 · 1 comment
Open
Assignees
Labels
bug Something isn't working

Comments

@zorgiepoo
Copy link

Due to a sandboxing issue new to macOS Sonoma, users may see a one-time warning when checking for updates about "Downloader" differs from previously opened versions. See sparkle-project/Sparkle#2514 for more information.

GoXlr App can simply resolve this issue by removing its sandboxed configuration for Sparkle because GoXlr App itself is not sandboxed. This involves removing the SUEnableDownloaderService and SUEnableInstallerLauncherService keys in its Info.plist along with removing the com.apple.security.temporary-exception.mach-lookup.global-name key in its entitlements file. These settings were retrieved from Sparkle's Sandboxing guide but again, this app is not sandboxed.

@zorgiepoo zorgiepoo added the bug Something isn't working label Feb 25, 2024
@AdelaideSky
Copy link
Owner

Hi ! Thanks for your detailed explaination.

I'll plan this for next release. This issue was probably introduced when i tried sandboxing the app, in order to eventually notarise it (but failed).
As i'm starting slowly working on the project again, it should be fixed soon!

@AdelaideSky AdelaideSky self-assigned this Feb 25, 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

2 participants