Hello Stack Overflow community,
I am working on a sandboxed macOS application, and I need to implement a self-updating feature for it. I have considered using the Sparkle framework, but I am concerned about potential issues related to the sandboxing restrictions.
Can anyone share their experience with using Sparkle in a sandboxed macOS application or recommend an alternative solution for implementing a self-updating system that adheres to the sandboxing requirements? I'd appreciate any suggestions or best practices in implementing this feature.
Thank you in advance for your help!
You have to use Sparkle version 2, as this fully supports a sandboxed application. Follow the instructions on the Sparkle web site.