Earlier 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…
I switched to MacPorts after becoming tired of Brew tainting my filesystem. MacPorts keeps things clean in /opt/. https://www.macports.org/ https://saagarjha.com/blog/2019/04/26/thoughts-on-macos-pack...
Sparkle: A software update framework for macOS
21–30 of 128 posts
Re: Sparkle: A software update framework for macOS
#22Re: Sparkle: A software update framework for macOS
#23Are you telling me macOS doesn't have a package manager already?
Re: Sparkle: A software update framework for macOS
#24Are 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…
Re: Sparkle: A software update framework for macOS
#25Earlier 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?
1) It's a setting/preference. The polite/respectful app developers will ask users whether they want to automatically check for updates.
2) It's periodic. Developers can set the default to whatever they prefer — daily, weekly, monthly, etc. — and again the polite developers may give the user an option here too.
Re: Sparkle: A software update framework for macOS
#26Nowadays I just run `brew update; brew upgrade` and everything gets updated, including casks.
brew update; brew upgrade; brew cleanup; brew doctorRe: Sparkle: A software update framework for macOS
#27Earlier 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?
I mean you can have an option to not make it check for updates if you want to provide a privacy option for people, but that just makes it a manual click-to-check-for-updates. Most people would probably leave the "check for updates on start" checked.
Can't see how that's a difference based on what OS you are on? I use Squirrel/Velopack (the equivalent for Windows I guess) and the usual way of managing updates is to have an update check at startup, or an interval (e.g. every hour).
Re: Sparkle: A software update framework for macOS
#28The new version with delta updates and flags for critical updates is amazing. 10/10
Re: Sparkle: A software update framework for macOS
#29Nowadays I just run `brew update; brew upgrade` and everything gets updated, including casks.
Re: Sparkle: A software update framework for macOS
#30Are you telling me macOS doesn't have a package manager already?