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 #229

Closed
2 tasks done
zorgiepoo opened this issue Feb 24, 2024 · 1 comment
Closed
2 tasks done

🐛 Remove Sparkle Sandboxing configuration #229

zorgiepoo opened this issue Feb 24, 2024 · 1 comment
Assignees
Labels

Comments

@zorgiepoo
Copy link

Bug Description

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.

Loop can simply resolve this issue by removing its sandboxed configuration for Sparkle because Loop itself is not sandboxed. This involves removing the SUEnableDownloaderService and SUEnableInstallerLauncherService keys in its Info.plist, as well as 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.

Steps To Reproduce

NA

Expected Behavior

See bug description

Actual Behavior

See bug description

Screenshots

No response

MacOS Version

macOS 14

Loop Version

1.0.0-beta.14

Additional Context

No response

Final Checks

  • My issue title is descriptive
  • This is a single bug (multiple bugs should be reported individually)
@zorgiepoo zorgiepoo added the Bug label Feb 24, 2024
@MrKai77 MrKai77 changed the title Remove Sparkle Sandboxing configuration 🐛 Remove Sparkle Sandboxing configuration Feb 25, 2024
@MrKai77
Copy link
Owner

MrKai77 commented Feb 25, 2024

I was wondering why this was happening! Thank you so much for bringing this to my attention! I will definitely fix this!

@MrKai77 MrKai77 self-assigned this Feb 25, 2024
MrKai77 added a commit that referenced this issue Mar 7, 2024
…g-configuration`

🐛 #229 Remove Sparkle Sandboxing configuration
@MrKai77 MrKai77 closed this as completed Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants