Sparkle: A software update framework for macOS
1–10 of 128 posts
Re: Sparkle: A software update framework for macOS
#2Re: Sparkle: A software update framework for macOS
#3Re: Sparkle: A software update framework for macOS
#4Re: Sparkle: A software update framework for macOS
#5Re: Sparkle: A software update framework for macOS
#6The one and only. Everything else is garbage in comparison.
Re: Sparkle: A software update framework for macOS
#7Are you telling me macOS doesn't have a package manager already?
In terms of proper package management a la yum or apt, there is homebrew of course.
Re: Sparkle: A software update framework for macOS
#8Are you telling me macOS doesn't have a package manager already?
In terms of apps no, it doesn't or basically it is the Mac App Store. You basically publish your app with all the dependencies and target a specific OS version which guarantees certain baseline frameworks. Apart from that, any update means publishing a new version to the App Store (if you are there). If you are self hosting the app, you need something like Sparkle to trigger app updates. In terms of proper package ma…
Doesn't that leads to the situation on windows where every single app is phoning home at startup?
Re: Sparkle: A software update framework for macOS
#9Earlier quoted context omitted.
In terms of apps no, it doesn't or basically it is the Mac App Store. You basically publish your app with all the dependencies and target a specific OS version which guarantees certain baseline frameworks. Apart from that, any update means publishing a new version to the App Store (if you are there). If you are self hosting the app, you need something like Sparkle to trigger app updates. In terms of proper package ma…
OK so basically the point is to avoid Mac App Store fees and independence to third party project like homebrew. Doesn't that leads to the situation on windows where every single app is phoning home at startup?
> Doesn't that leads to the situation on windows where every single app is phoning home at startup?
Sparkle has a very clear and regular behaviour, its predictability and widespread use made it easy to manage.
Re: Sparkle: A software update framework for macOS
#10Earlier quoted context omitted.
OK so basically the point is to avoid Mac App Store fees and independence to third party project like homebrew. Doesn't that leads to the situation on windows where every single app is phoning home at startup?
Well the original point is that sparkle predates MAS by more than a decade, and the MAS limitations are a bigger issue than the fees. > Doesn't that leads to the situation on windows where every single app is phoning home at startup? Sparkle has a very clear and regular behaviour, its predictability and widespread use made it easy to manage.