Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

XcodeNewb

macrumors member
Original poster
I have a text file with a couple of thousands lines in it. Is there an easy way to convert this to a plist file? Thanks for the help.

Really, no one knows?
 
Regex find and replace? Seriously, it's just an XML file. Fire up your favorite editor and wrap the relevant bits in <key> and <string> tags, then add the standard header on top and the corresponding closing tags beneath.
 
Sounds like something you should be able to do with a few lines of perl script (or whatever other text scripting language you know).
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.