miriup.de

...because open source matters

  • Increase font size
  • Default font size
  • Decrease font size

Parsing and using plist files from a Mac.

E-mail Print

Lots of stuff in a Mac is stored in property list files with the .plist extension on a Mac. Accessing them with Unix tools is possible and besides the usual C/C++/ObjC options there's a perl interface to the necessary functionality as well, as the following site suggests:

MacDevCenter.com -- Using Perl to Manage Plist Files

As these methods are accessing the underlying Cocoa mechanisms, documentation can be found on the property lists themselves here...

Property List Programming Guide for Cocoa: Introduction to Property Lists

... and on the individual methods here:

NSDictionary Class Reference

Attachments:
Download this file (plist-dump.pl.txt)plist-dump.pl[Simple perl script to dump the contents of a plist file (also binary).]0 Kb04/05/09 13:54
Last Updated on Monday, 04 May 2009 13:59  

Add comment


Security code
Refresh