英文:
Using Sparkle or an alternative for a sandboxed macOS app
问题
你好 Stack Overflow 社区,
我正在开发一个受限制的 macOS 应用程序,需要为其实现一个自动更新功能。我考虑使用 Sparkle 框架,但担心受到沙盒限制的潜在问题。
有人能分享一下在受限制的 macOS 应用程序中使用 Sparkle 的经验,或者推荐一个符合沙盒要求的实现自动更新系统的替代方案吗?我将非常感激任何有关实现此功能的建议或最佳实践。
在此提前感谢您的帮助!
英文:
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!
答案1
得分: 1
你必须使用Sparkle版本2,因为它完全支持沙盒应用程序。
请按照Sparkle网站上的说明操作。
英文:
You have to use Sparkle version 2, as this fully supports a sandboxed application.
Follow the instructions on the Sparkle web site.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论