Top "Property-list" questions

modifying a Plist from command line on Mac using Defaults

Does any one know how to modify a Plist file from command line using defaults? Currently there are two Dictionaries …

macos shell console plist property-list
Attempt to insert non-property value Objective C

Hi l am trying to create a fourates lists from an restaurants Object, my application has a list of different …

ios objective-c nsmutablearray nsuserdefaults property-list
XCode: Quick open property list file e.g. info.plist as source code?

In Xcode you can "quick open" files by selecting File/Open Quickly. When I enter the file name of a …

xcode property-list
Restoring a BOOL inside an NSDictionary from a plist file

I have a plist file which contains an array of dictionaries. Here is one of them: Fred Dictionary Name Fred …

objective-c cocoa boolean nsdictionary property-list
Copy Groovy class properties

I want to copy object properties to another object in a generic way (if a property exists on target object, …

class groovy properties property-list expandometaclass
Decode PropertyList using Swift 4 Codable PropertyListDecoder()

Im trying to decode a plist using PropertyListDecoder() but when I get to the trying to access the keys, I …

swift swift4 property-list codable decodable