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

Disable sandboxing for downloader XPC service by default #2511

Merged
merged 3 commits into from
Feb 20, 2024

Conversation

zorgiepoo
Copy link
Member

@zorgiepoo zorgiepoo commented Feb 19, 2024

This disables sandboxing by default for the downloader and status/installer XPC services. If developers want to sandbox these services, they must use a custom bundle ID (XPC_SERVICE_BUNDLE_ID_PREFIX) for their app and enable the sandbox while building Sparkle from source themselves.

Fixes #2507

Misc Checklist

  • My change requires a documentation update on Sparkle's website repository
  • My change requires changes to generate_appcast, generate_keys, or sign_update

Testing

I tested and verified my change by using one or multiple of these methods:

  • Sparkle Test App
  • Unit Tests
  • My own app
  • Other (please specify)

Tested enabling downloader XPC service in Sparkle test app. Tested making distribution with make release.

macOS version tested: 14.4 Beta (23E5196e)

@zorgiepoo zorgiepoo added this to the 2.6 milestone Feb 19, 2024
@zorgiepoo zorgiepoo merged commit ef1f03c into 2.x Feb 20, 2024
2 checks passed
@zorgiepoo zorgiepoo deleted the downloader-service-unsandbox branch February 20, 2024 02:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Downloader XPC Service needs changes to avoid Sonoma sandboxing warning prompts
1 participant