Return to Snippet

Revision: 5863
at April 9, 2008 02:52 by 0xced


Initial Code
find . -name "*.nib" -type d -exec /Xcode2.5/usr/bin/nibtool --format 4 --resave {} \;

Initial URL


Initial Description
Useful for converting several (old) nibs without having to manually open and save in Interface Builder.

Initial Title
Convert nibs to newer format

Initial Tags


Initial Language
Bash