Directory structure for cross-platform phonegap project

前端 未结 2 1001
长情又很酷
长情又很酷 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 07:43

    there's a writeup (looks like a first pass) on the phonegap wiki that explains how to use a git submodule. to supplement that entry, i also did a writeup on using the svn:externals property. my only thought on symlinks is that it's something people have to setup as opposed to getting them intrinsically from the source control repository. not really a problem, but it is a logistic to the setup when you switch computers or get additional devs on a project. i'll be taking the svn:externals route until i find something better.

提交回复
热议问题