If you have a .plist file that is treed-out...multiple levels, what is the syntax for modifying a value on a sub-level?
Lets say that it is structured as so:
Root
- Dictionary 1
- Dictionary 2
- Array 1
- Item 1
- Item 2
defaults write somepreffile -dict "Dictionary 1" -array "Array 1"
"Item 1" value
?
Thanks,
j
