Top "Plist" questions

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

Should I use NSUserDefaults or a plist to store data?

I will be storing a few strings (maybe 10-20). I am not sure if I should use NSUserDefaults to save …

iphone objective-c cocoa-touch plist nsuserdefaults
Reading plist file

I created plist with big base of different animals in it (keys) and added this plist in my project. Type …

objective-c nsarray plist nsdictionary
Bundle creator OS Type code ??? in Xcode 4

I just realized that Bundle Creator OS Type code in my iOS app's Info.plist value is ????? in Xcode 4. What …

ios xcode xcode4 plist info.plist
iOS distribution - parameters in itms-services protocol link for plist

I would like to pass the userid and password in the itms-services link so that the protected plist can be …

ios plist protected
Parse Plist (NSString) into NSDictionary

So I have a plist structured string, that get dynamically (not from the file system). How would I convert this …

objective-c xml cocoa parsing plist
Xcode "Cannot parse contents of Info.plist"

I just hit a brick wall with xCode not wanting to parse my Info.plist file. I've replaced the file …

xcode compiler-errors plist
Convert Excel document (xls) to a plist

I have a pretty straightforward Excel spreadsheet, and I need to use the data in an iPhone app. The xls …

iphone plist xls
Command-line tool for converting PLIST to JSON?

Is there a command line tool available for converting .plist files to JSON? If not, what would be the approach …

objective-c json plist
Is there any online .plist editor?

I'm interested in an online application like the tool that comes with XCode, that shows the keys and values as …

iphone editor plist
How to sort numbers in NSArray?

I can't piece together how to do this. I fetch my array from a plist, this array is full of …

objective-c ios cocoa-touch plist