How to create Cakefile from existing Xcode project?
ERbittuu opened this issue · 2 comments
ERbittuu commented
I want to create "Cakefile" from my existing project and manage some information about the project.
RikkiGibson commented
It's definitely a feature we'd love to have. For now, it's necessary to manually create the Cakefile by inspecting key sections of the .pbxproj file. The files under docs/ in the repo may help you.
ERbittuu commented
OK, Thanks.