Eh Don, not sure which is the culprit (man or machine) but this is the
script steve uses to build the phonegap release:
https://github.com/stevengill/robson/blob/master/robson
But I think he basically manually copies the junk from cordova into
https://github.com/phonegap/phonegap to make the rele
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 comma