Does any one know how to modify a Plist file from command line using defaults?
Currently there are two Dictionaries under the URL types
array; I need to add another.
Every command i've tried have either replaced the entire dictionary, or created a new array called URL types
instead of editing it. Any ideas of how this can be done in defaults (the console Mac app) and not PlistBuddy?
$ defaults write domain key 'value'
, wheredomain
relates to the app. developer.apple.com/library/mac/#documentation/Darwin/Reference/… – Plausive