Updated README.

This commit is contained in:
2017-05-20 00:58:28 +01:00
parent a2ace4f4d8
commit c8d3e26a84

View File

@@ -1,6 +1,6 @@
# plist-cil
This library enables .NET (CLR) applications to work with property lists in various formats.
It is mostly based on [dd-plist for Java](https://code.google.com/p/plist/).
It is mostly based on [dd-plist for Java](https://github.com/3breadt/dd-plist).
You can parse existing property lists (e.g. those created by an iOS application) and work with the contents on any operating system.
@@ -19,6 +19,8 @@ The provided API mimics the Cocoa/NeXTSTEP API, and where applicable, the .NET A
### Requirements
.NET Framework 4.0, Mono or .NET Core.
Targets .NET Framework 4.0, .NET Framework 4.5, .NET Standard 1.3, .NET Standard 1.4 and .NET Standard 1.6 so it should be compatible with Mono, Xamarin.iOS, Xamarin.Mac, UWP, etc.
If you find an incompatibility, please create an issue.
### Download