Comments on: Renaming classes in Xcode
http://zzamboni.org/brt/2005/03/26/renaming-classes-in-xcode/
Musings about technology and other neat stuffTue, 29 Sep 2009 21:48:06 +0200http://wordpress.org/?v=2.8.4hourly1By: Mark H-J
http://zzamboni.org/brt/2005/03/26/renaming-classes-in-xcode/comment-page-1/#comment-66
Mark H-JFri, 06 May 2005 16:54:47 +0000http://www.zzamboni.org/brt/2005/03/26/31/#comment-66keyedobjects.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).