Top "Plist" questions

A plist file, also known as a "Property List" file, stores serialized objects such as arrays, dictionaries, and strings.

Should I save in plist or Core Data?

I'm wondering if I should save data in my app to a plist or using Core Data.. My app is …

iphone cocoa-touch core-data plist
Localizable.strings causing plist parsing error

I have just localized the file Localizable.strings in my Xcode project in order to localise my application to a …

ios objective-c localization nsstring plist
How to parse a .plist file with php?

Can i parse a plist file with php and kind of get it into an array, like the $_POST[''] …

php arrays post parsing plist
How to read OSX .plist files from Java?

How to read OSX .plist files from Java?

java macos plist
Android parse Plist file

Hello Im trying to parse an plist file that contains array of dict's. Im trying to do this using xmlwise. …

java android plist android-xml saxparser
cocos2d-x how to read plist into an array

i want to read a plist using cocos2d-x (c++) here is my plist: <array> <dict> &…

iphone ios cocos2d-iphone plist cocos2d-x
NSBundle, plist and other resources in an Obj-c Static Library

I've created a static library in Xcode, which I am able to successfully use in other projects. However, with resources …

iphone plist nsbundle
iOS App: Enterprise Distribution/Deployment - Missing app.plist

I'm facing an issue with deployment of enterprise iOS application. Here is sample link to download app from web service: …

ios xcode deployment plist enterprise-distribution
How to add NSExceptionDomains to plist of xcode Version 7.0.1?

I would like to bundle a HTML based website as an iPhone app using Xcode Version 7.0.1, everything works fine and …

ios xcode plist ios9 xcode7
decoding data from plist file

I have lost some data from my text files written in Textwrangler on Macbook Air. I have found some of …

ios plist textwrangler