It is possible to write the whole dictionary to a property list object, but I would like to make my application more efficient by only writing out the parts of the property list that have been modified.
Say I have a property list with several dictionaries under the root node. I would like to modify one dictionary and save it, but writing the entire property list (including the unmodified dictionaries) is unnecessary. Are there ways to get around this? thank you!