You can make a difference in the Apple Support Community!

When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Plist file corruption

I have noticed on just a few of my plist files that they seem skewed and become a pile of indistinguishable code.

not the usual xml based format.

for example bplist00ß- !"#$%&'()*+,-./01234bcdefghirqtgqwxy‰Š¨©q®¯ÀDÕÖ×qÙÚÛqÝëì BurnProgressWindowLocation_FXConnectToLastURL_NewWindowTarget EmptyTrashProgressWindowLocation CopyProgressWindowLocation_FXMaximumLabelLines^recent-folders

starts my finder plist file.

How can i rectify this? and what might cause this jumble?

Powerbook G4, Mac OS X (10.4.6)

Posted on May 28, 2006 3:31 PM

Reply
Question marked as Top-ranking reply

Posted on May 28, 2006 3:55 PM

Apple has defaulted the .plist file format in 10.4 to binary. You can no longer just edit a .plist file with a text editor.

There is a command line utility called plutil that can convert back and forth between the two formats. To convert a binary .plist file to XML format for editing, type this in the Terminal:

plutil -convert xml1 filename.plist

To convert an XML .plist file to binary for use:

plutil -convert binary1 filename.plist

You could also use the Property List Editor app that comes with the developer tools to edit the binary files without converting them.
2 replies
Question marked as Top-ranking reply

May 28, 2006 3:55 PM in response to Austen Varian

Apple has defaulted the .plist file format in 10.4 to binary. You can no longer just edit a .plist file with a text editor.

There is a command line utility called plutil that can convert back and forth between the two formats. To convert a binary .plist file to XML format for editing, type this in the Terminal:

plutil -convert xml1 filename.plist

To convert an XML .plist file to binary for use:

plutil -convert binary1 filename.plist

You could also use the Property List Editor app that comes with the developer tools to edit the binary files without converting them.

Plist file corruption

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.