How do you use this with Macs?
TonyValenti opened this issue · 2 comments
TonyValenti commented
I'm working on a .NET mac app and I dont' see a wiki or anything about how to handle updates.
dei79 commented
Hello Tony,
this project was started a couple years ago and it was never intended to be used on Mac OS X because the sparkle framework is available their. When I'm right it's possible to integrate native OS X frameworks directly in .NET on MAC via P/Invoke. I would propose to try this first.
Dirk
flemingm commented
Just a tip:
MacOS X sparkle version is available at:
A software update framework for macOS https://sparkle-project.org
You can use this .NET framework if you are using .NET Core on MacOS X.
See https://www.michaelcrump.net/part3-aspnetcore/ for details about .NET Core and Mac OS X setup.