Bug Fix: #88 Update PList Parsing

Various versions of OSX/MacOS are producing slightly different PList
files. The PList library was having difficulty with some versions. An
updated PList library has been included and source changed to utilise
this library.
This commit is contained in:
Gary Sharp
2016-11-02 17:04:00 +11:00
parent dc8a5ab806
commit 3e4dda683d
3 changed files with 46 additions and 36 deletions
+2 -2
View File
@@ -82,8 +82,8 @@
<HintPath>..\packages\PDFsharp.1.50.4000-beta3b\lib\net20\PdfSharp.Charting.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="PList, Version=0.1.4109.38751, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\plist.net.1.0\lib\Net35\PList.dll</HintPath>
<Reference Include="PListNet, Version=2.0.5870.1919, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\PListNet.2.0.3\lib\portable-net45+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10\PListNet.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Quartz">