I just noticed that if you have a .plist file in your Xcode project (it doesn't matter if it is an Info.plist file or another - in my case it was a different .plist file) and you are editing the file as a source code file (right-click the Open As-> Source Code File), and then you return to the XML property list (right-click the Open As-> XML Property List), make some changes and save, then all your formatting and comments deleted when you open it again as source code.
Does anyone know how to deal with this behavior? Should I embed file editing as source code ALWAYS?
iphone xcode plist info.plist
manicaesar
source share