I have a plist that has an array of dicts. in the dict there is a KEY with the name UID. I want to query the plist where UID="1234" .. how would I search?
sample
<array>
<dict>
<key>UID</key>
<string>1234</string>
<key>name</key>
<string>bob</string>
</dict>
....
</array>