What's the best application to open and edit a plist file ?
|
|
A PList file, like Mankoff said, is just a specially formatted XML file, so you can actually edit and create them in a program like TextEdit. Because of the specific nature of PLists to Development, however, using a special program like You can get bot Xcode and PList Editor from the Apple Developer website http://developer.apple.com for free by downloading the latest Xcode release. |
|||||||
|
|
plist files are just XML files, so if you have a favorite XML editor, you should use that. plist can be in a binary format, so first, make sure it is in ASCII format by running the following command at the CLI:
Now you can edit with any ASCII editor. What is the best application? Depends on who you are and how you work. I prefer emacs, which has an XML mode. If you have Developer Tools installed, you might want to use:
|
|||
|
|
|
A fine program like TextWrangler can edit binary |
|||
|
|
