Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 475 Bytes

File metadata and controls

14 lines (10 loc) · 475 Bytes

PList-Net

Summary

.Net Library for working with Apple *.plist Files.

Features

Create, Read and Write *.plist files under .Net Supports *.plist in Binary and XML Format.

Acknowledgments

This library was migrated from Google Code (https://code.google.com/p/iphone-plist-net/) and heavily refactored.

The original code was written by Christian Ecker, who relied on Pete Wilson's plutil.pl script for help with understanding of the binary format of *.plist files.