Posted this to sourceforge last night: plist2json: Batch convert plist files to JSON Feature list: Convert any number of plist’s to json Command line – type a directory to convert or drag and drop folder to Terminal Works with OS X, should work fine in most Linux distros Compact, easy to modify for your own [...]
Monthly Archives: December 2011
Convert plist to JSON
EDIT: see my plist2json post for a better version Here’s a python program to convert a plist to JSON. You’ll need to type in the input and output filenames in the GUI (ie: /Users/bob/myDirectory/file.plist). It will overwrite the output file if it already exists. If anyone wants a version for batch processing, feel free to [...]
Posted in Uncategorized 2 Comments
Python 2.7 and XCode 4
Here’s a relevant link for setting up a project (I’m using it for cross-platform development, not PyObj-C): Python + XCode @ SO For debugging you’ll probably have to go outside XCode, or figure out how to set Python debugging up properly. Supposedly LLDB has support, but in XCode you’ll get SIGTRAP when you run your [...]
Posted in Uncategorized 1 Comment