Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Use text smaller than 10pt, Plist problems' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Use text smaller than 10pt, Plist problems
Authored by: Austen@ on May 28, '06 03:28:06PM

ok i REALLY want to use this hint but i open my file and it shows up like this

<code>bplist00ß-  !"#$%&'()*+,-./01234bcdefghirqtgqwxy‰Š¨©q­­
®¯ÀDÕÖ×qÙÚÛqÝëì_BurnProgressWindowLocation_FXConnectToLastURL_NewWi
ndowTarget_
EmptyTrashProgressWindowLocation_CopyProgressWindowLocation_FXMaximumL
abelLines^recent-folders_</code>

ive noticed this in only a few of my plist files but isnt a one time problem.

Help?



[ Reply to This | # ]
Use text smaller than 10pt, Plist problems
Authored by: sjk on May 28, '06 04:12:36PM
You can use the plutil command to convert binary plist files to text or install Xcode and use the Property List Editor app to modify them. Search for plutil here to find plenty of examples of how to use it.

[ Reply to This | # ]