Updating Xcode plug-ins
I recently saw Joe's post about updating Xcode plug-ins, but since I'm really lazy, updating them one by one didn't suffice, so here's my take on it. In case you want to skip straight to the desert, here's the gist.
First, we change our script's directory:
# You might need these.
# require 'pathname'
# require 'fileutils'