Top "Plist" questions

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

Error: The file “Info.plist” couldn’t be opened because there is no such file

I have move my project from another machine with latest Xcode installed in it. But now when i'm running project …

ios xcode swift plist file-not-found
Entitlements.plist not created properly

reading the doc from apple I need to create an ad-hoc distribution app, and to do so I need the …

iphone plist distribution adhoc entitlements
Convert JSON to .plist

I have a JSON file that I exported from a web service. I need to convert this to a .plist …

ios json plist
plist bundle version values

I want to set the Bundle Version in my plist. However, it appears that the value that is actually LOOKED …

xcode macos plist
Error when distributing an IPA over the air with dropbox - iOS 7.1

As Apple requested to use https instead of http for distributing the IPAs over the air, I tried to use …

plist dropbox ipa ios7.1 ota
NSString: newline escape in plist

I'm writing a property list to be in the resources bundle of my application. An NSString object in the plist …

iphone nsstring plist
Editing Info.plist possible programmatically?

I have set my Facebook-AppId in the Info.plist. But I wish to edit it because its dynamic. How shall …

objective-c xcode plist
How do I comment lines in .plist file?

How do I comment out lines in my .plist file in my iOS/Mac projects? I want to comment out …

ios macos plist info.plist
How to know which line of plist file is incorrect

I generate plist file for my application from file in csv format. Everything seems to be correct but when I …

ios plist
Swift Plist Reading and Initializing Arrays as Objects for Key

I'm developing a small UITableView-based app in Swift. I started out hard-coding some basic arrays as such (included is the …

ios uitableview nsdictionary plist swift