Is there a way to update a modified plist file that is bundled with an iTunes app update?
I have an application that stores some data in a plist file as an array and dictionaries. In some updates, I added more elements of the array to the plist file, but it seems that when the application is updated, the new plist file is not copied and updated until the user uninstalls the application and reinstalls it.
How do I get an application to update a local copy of a plist file using a new one?
source share