Re: __MACOSX in 2.7.0 zipfile

2013-05-05 Thread Brian LeRoux
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

__MACOSX in 2.7.0 zipfile

2013-05-05 Thread Don Coleman
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