Skip to content

iclems/json2plist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

json2plist

Clément Wehrung @cwehrung ([email protected])

Adapted from johne: http://stackoverflow.com/questions/6066350/command-line-tool-for-converting-plist-to-json

JSONKit: https://github.com/johnezang/JSONKit

Provides json2plist and plist2json for OS X

Recognizes the file format from extension (.plist or .json). If no destination file provided, the origin will be the destination and the file will have the new file extension

Build:

gcc -o plist2json plist2json.m JSONKit.m -framework Foundation

Install:

sudo cp plist2json /usr/local/bin/plist2json

ln -s /usr/local/bin/plist2json /usr/local/bin/json2plist

About

Provides json2plist and plist2json for OS X

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published