Defaults read sub dictionary
If I have a plist file like this:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>-array</key>
<dict>
<key>test1</key>
<string>hello</string>
<key>test2</key>
<string>bye</string>
</dict>
</dict>
</plist>
is there an easy way to get the value "bye" using key "test2" with defaults read ...
Thanks,
iBook 800, 14.1,, Mac OS X (10.2.x)