Is there an easy way to create a plist with Java? The result should be the same as serializing a dictionary in Objective C.
The PList class from code.google.com/xmlwise looks more promising to me.