Skip to content

Instantly share code, notes, and snippets.

@ssp
Created December 11, 2009 11:58
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save ssp/254162 to your computer and use it in GitHub Desktop.
Save ssp/254162 to your computer and use it in GitHub Desktop.
xibtonib
#! /bin/sh
find . -name "*.xib" -type f | awk '{sub(/.xib/,"");print}' | xargs -I % ibtool --compile %.nib %.xib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment