Skip to content

Instantly share code, notes, and snippets.

@gwl
Forked from ssp/nibtoxib.sh
Created April 11, 2016 01:30
Show Gist options
  • Save gwl/3a16e0319d0d801a6bad3d2eca8c4682 to your computer and use it in GitHub Desktop.
Save gwl/3a16e0319d0d801a6bad3d2eca8c4682 to your computer and use it in GitHub Desktop.
nibtoxib
#! /bin/sh
find . -name "*.nib" -type d | awk '{sub(/.nib/,"");print}' | xargs -I % ibtool --write %.xib --upgrade %.nib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment