Re: [Camino] Edited org.mozilla.camino.plist to enable complete URLs inline
Stuart Morgan <[email protected]>
| Newsgroups | gmane.comp.mozilla.chimera,gmane.comp.macosx.camino.general |
|---|---|
| Message-ID | <[email protected]> |
On Nov 28, 2006, at 4:22 PM, Samuel Duncan wrote: > What I'm finding is that the .plist file is a binary file and adding > the <key> line seems to be a difficult if not impossible undertaking. If you have the developer tools installed, you can edit it with Property List Editor. If not, you can use plutil -convert xml1 org.mozilla.camino.plist to convert it to XML, then edit it. The documentation is most likely from before Apple switched the format of those files to binary. -Stuart