NSUserDefaults

This command allows macros to inspect data held by NSUserDefaults.

Read User Default defaultsKey v1.3

Reads the value with the given key from the user defaults (aka merged preferences plist files). Returned values generally must be force converted to a string, which may not be their natural type (defaults can store other kinds of objects like colors and arrays). The structure and information contained in this string is not guaranteed and may change at any time. If the given key does not exist, the @undefined value is returned.

Note: the keys and values are undocumented and may change without warning. Use this command at your own peril.


Previous Chapter
Registry Object
<<  index  >>
 
Next Chapter
Macro Object