Harpy 2.0.0

Last week, David Verwer of Shiny Development linked to my Harpy github repo in his iOS Dev Weekly newsletter. Thanks to this publicity, I received over a 120 new watchers for the repo, and with that came a few pull requests. I went through the pull requests, accepted most of them, and then performed a bit of refactoring. 

I now present to you, v2.0.0 of 
Harpy

For those who don’t already know, Harpy is a small iOS utility that checks the a user’s current installed version of your app against the one in the AppStore. If a newer version is available, the end-user is presented with a notification with a button linking to the App Store.app’s page for your application.

If you’re interested, grab it here!

Wednesday Jan 30 1am  2 notes

 
 

Open Source Code Updates

In the spirit of Getting Shit Done, the unofficial Shelby.tv company motto, I updated a couple of my Open Source projects last night on Github, and added one new one.

Multithreaded Asynchronous Image Downloader
Updated to v1.2.0
Harpy
Notify users that a new version of your app is available in the AppStore
Updated to v1.5.0

NSDate+DateFromBSONObjectID
Convert MongoDB’s BSON ObjectID to NSDate
Initial Release (v1.0.0)

Thursday Jan 17 1pm