The phonegap-2.7.0.zip for distribution contains a __MACOSX directory with a bunch resource forks.
Can we remove this files from the next distribution? If Finder's compress function is used to create the zip, we can remove the files after with zip -d phonegap-2.7.0.zip __MACOSX/* If the command line version of zip is used to create the archive, it won't add the "extra" files.