How do I add any custom files to my project?
Cocostudio exports only files which are explicitly used in project. What do I do to ship some xml/plist/binary files alongside with my resources?
Do you use them in Cocos Studio for something? If not you just have to manully copy them to Resources directory.
No, I do not use them in CocoStudio. I actually realize that I can put them under version control in Resource directory, but I’d rather not: sometimes we’re happen to clean it manually. Ideally I’d like them to copied to Resources when Publish is performed.
Another option I see – use handcrafted scripts for copying, but I’m gonna need to, kind of, port them for wisual studio, eclipse and XCode.
So Publish, as common build step on all platforms, is the ideal candidate to use for copying.
I’ve also found “Publish all” flag in settings, but it producess pretty messy output.