PlistCS icon indicating copy to clipboard operation
PlistCS copied to clipboard

Windwos Phone 8 Support

Open Uzair187 opened this issue 12 years ago • 2 comments

Works great with Android and iPhone but cannot build on WP. Uses System.Xml.XmlDocument , System.Xml.XmlNode etc. that doesn't exist in the WP8 framework..

Uzair187 avatar Sep 09 '13 08:09 Uzair187

Sorry, we haven't been able to take on a port that will build on WP. Would love someone to pick that up.

animetrics avatar Mar 18 '14 18:03 animetrics

Hi @animetrics, I worked on this today. I haven't worked with the PCL stuff much before, but I have a Plist.cs compiling under a Profile78 project and passing the tests in the .NET 4 project), but I had to split out all the file based methods. For now I just created a PListFileApi.cs, made PList partial and put those methods into the new file. Before I submit a pull request, I wanted to get your thoughts on how you would like to handle that.

Also, some of the changes to date processing were more involved than I would have expected, so you should definitely take a close review of those if you do want me to submit this.

jdasilva avatar Mar 24 '14 16:03 jdasilva