Skip to content

A Perl module to edit, convert Plist file to JSON and vice versa.

License

Notifications You must be signed in to change notification settings

hareeshv/PlistUtil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

PlistUtil

A Perl module to edit, convert Plist file to JSON and vice versa.

Prerequisites:-

This module uses JSON module. Use following commands to install JSON module.

1.If you have Homebrew installed in your machine. brew install cpanm or 2.sudo cpanm install JSON

This module uses 'plutil' command(built-in in OSX) to convert plist to JSON and viceversa. Linux user have alternate for plutil called plistutil. Install 'plistutil' from you package manager and replace 'plutil' to 'plistutil' in this module.

Ubuntu users can install using the command: sudo apt-get install libplist-utils

About

A Perl module to edit, convert Plist file to JSON and vice versa.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages