Directory structure for cross-platform phonegap project

前端 未结 2 968
长情又很酷
长情又很酷 2021-02-07 07:08

What\'s a good directory structure for a single source repository that holds both Android and iOS versions of a phonegap project? I\'m okay using sym-links since I don\'t expec

2条回答
  •  傲寒
    傲寒 (楼主)
    2021-02-07 08:00

    Its actually quite easy with Git and Submodules. The phonegap wiki referenced above is indeed a bit slim so I actually went ahead and implemented a solution that configures xcode & eclipse project.

    See the link on my blog post: Phonegap project structure using git submodules

    If you don't want to use Git submodules, there is a Symlink solution as well which doesn't care if you use Git or SVN.

    http://www.tricedesigns.com/2012/02/16/linked-source-files-across-phonegap-projects-on-osx/

提交回复
热议问题