dei79 / netsparkle

NetSparkle is an easy-to-use software update framework for .NET developers on Windows, MAC or Linux. It was inspired by the Sparkle (http://bit.ly/HWyJd) project for Cocoa developers and the WinSparkle (http://bit.ly/cj5kP5) project (a Win32 port).
121 stars 21 forks source link

How do you use this with Macs? #1

Open TonyValenti opened 7 years ago

TonyValenti commented 7 years ago

I'm working on a .NET mac app and I dont' see a wiki or anything about how to handle updates.

dei79 commented 7 years ago

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 5 years ago

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.