Skip to content

Instantly share code, notes, and snippets.

@ssp
Created December 11, 2009 11:57
Show Gist options
  • Star 11 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ssp/254161 to your computer and use it in GitHub Desktop.
Save ssp/254161 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
@vividcode
Copy link

Gives error: Interface Builder cannot open compiled nibs.
Tested on: OS X 10.9.4

@superarts
Copy link

ibtool stopped working for compiled nibs a long time ago. Unfortunately neither NibToXibConverter or NibUnlocker work, either.

@AquaHacker
Copy link

Please update to the latest version of the language and make sure it is available

@superarts
Copy link

Please update to the latest version of the language and make sure it is available

It's pretty much dead now; move to SwiftUI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment