iOS app versioning with git tag

Wouldn't it be great if your iOS or OS X projects just take their version and build number automatically from git? Well, it can!

Using a script in your build phase, you can run a shell script to determine the version number and inject this into the Info.plist of a build.

It will change your plist based on the last git tag that you have. If that is the current SHA it will show the version as 0.9.

Read more

Some Monokai love

Since I started using Sublime Text for development I felt in love with the Monokai theme. I'm color blind, so most themes usually don't work for me. But this one feels great and doesn't make my eyes bleed at all.

So I decided to find this theme for the other applications I use, and I was surprised on how this theme is popular. So here is a list of the ones I use:

  • Xcode: there are many versions of this

Read more