Most plist (property lists) files generated by iOS are just xml, so use the mime type:
application/xml
By default plist files created by Mac OS X use binary with the mime type:
application/x-plist
Most plist (property lists) files generated by iOS are just xml, so use the mime type:
application/xml
By default plist files created by Mac OS X use binary with the mime type:
application/x-plist
Incorrect. Some .plist files are binary or non-XML text.
Thanks for the heads up, at the time of writing I was mainly dealing with iPhone plist files which are generally XML based. I’ve updated now with the mime type for binary plists, which I believe are the default for Mac OS generated plists.
Thanks Ben and Zing,
So its safer to use binary mime type : application/x-plist