I’m working to take an App Store-only Catalyst app and allow it to be distributed outside the App Store. Part of that is making sure that we can auto-update the app, and we’re using the Sparkle framework for the task. Since Sparkle is an AppKit framework, and our app is a UIKit Catalyst app, I […]