Comments on: Renaming classes in Xcode http://zzamboni.org/brt/2005/03/26/renaming-classes-in-xcode/ Musings about technology and other neat stuff Tue, 29 Sep 2009 21:48:06 +0200 http://wordpress.org/?v=2.8.4 hourly 1 By: Mark H-J http://zzamboni.org/brt/2005/03/26/renaming-classes-in-xcode/comment-page-1/#comment-66 Mark H-J Fri, 06 May 2005 16:54:47 +0000 http://www.zzamboni.org/brt/2005/03/26/31/#comment-66 keyedobjects.nib appears to be a binary plist file, so you can convert it to an XML plist using: plutil -convert xml1 keyedobjects.nib (It converts in place though, so I guess it's sensible to back the file up first). keyedobjects.nib appears to be a binary plist file, so you can convert it to an XML plist using:

plutil -convert xml1 keyedobjects.nib

(It converts in place though, so I guess it’s sensible to back the file up first).

]]>