-
Notifications
You must be signed in to change notification settings - Fork 10
Dear Mac Developers
I started this project to make life easier for me, but I hope that it will also make life easier for your users too.
You can see the original README for more details, but the short version of my story is this:
-
I dislike the Mac App Store restrictions and “fart-app pricing” mentality that it fosters in users.
-
I prefer buying directly from developers whenever possible.
-
I want a way to install and update your apps as easily as possible, to facilitate my non-use of the Mac App Store.
-
I also want to share this way with others, for free.
I look for the URLs that you are already using to check for updates, and I write scripts that will check those URLs and compare them against already installed versions.
If the app is not installed, the script installs it.
If the app is installed and up-to-date, it quits.
If the app is installed and out-of-date, it updates it silently, in the background, and hopefully the user never even knows it happened.
If you use Sparkle and the URLs are in your Info.plist
, I can probably find them myself. Otherwise I have been using Charles Web Debugging Proxy to try and suss them out.
However, sometimes I can’t do it without your help.
That’s fine, I just will either not include your app, or look for another way (which usually involves scraping HTML, which is a terrible idea and error-prone, so I hate doing it).
Great! Either send me the URLs directly or add them as a new issue and I will integrate them.
You can email me at tj at luo dot ma or luomat @ gmail