mirror of
https://github.com/claunia/plist-cil.git
synced 2025-12-16 19:14:26 +00:00
Updated README.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# plist-cil
|
# plist-cil
|
||||||
This library enables .NET (CLR) applications to work with property lists in various formats.
|
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.
|
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
|
### Requirements
|
||||||
.NET Framework 4.0, Mono or .NET Core.
|
.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
|
### Download
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user