* plist-cil.sln:

* plist-cil/plist-cil.csproj:
	* plist-cil.test/plist-cil.test.csproj:
	* plist-cil/Properties/AssemblyInfo.cs:
	  Bump to 1.14 (upstream r114).

	* plist-cil/PropertyListParser.cs:
	* plist-cil/ASCIIPropertyListParser.cs:
	  Sync BOM skipping code with upstream.

	* plist-cil/BinaryPropertyListParser.cs:
	  Sync code with upstream.
	Added UTF-8 string decoding on binary property lists.
This commit is contained in:
2015-02-24 22:53:31 +00:00
parent 7b550748d1
commit 399a043c62
10 changed files with 167 additions and 89 deletions

View File

@@ -233,6 +233,6 @@ Global
$37.IncludeDirectoryPaths = True
$36.inheritsSet = Mono
description = @This library enables .NET applications to work with property lists in various formats.\n\tSupported formats for reading and writing are OS X/iOS binary and XML property lists.\n ASCII property lists are also supported.\n\tThe library also provides access to basic functions of NeXTSTEP/Cocoa classes like\n NSDictionary, NSArray, etc.
version = 1.13
version = 1.14
EndGlobalSection
EndGlobal