Are Pists limited to be used on a OSX and iOS system?
I am thinking of the architecture of my app and one of many ways to import data into an iPhone app is via a Plist and you can save to it as well.
Now if say that plist is able to be exported away from the app in it's raw format, will it be accesible by say Android or Windows Phone format? Or will it need to be converted?
The way I understand it is that a Plist is a XML format right? I am probably wrong, but that is what I can make up of the file when I look at it.
Cheers