folder structure in xcode vs folder structure in finder

后端 未结 6 500
广开言路
广开言路 2021-02-01 05:59

I have the following folder structure in xcode for a project.

\"file

6条回答
  •  说谎
    说谎 (楼主)
    2021-02-01 06:41

    I recently discovered a Command Line Tool that will do exactly what you need. You can find it here:

    https://github.com/venmo/synx

    To install the tool, you just need to open the terminal and run the following command (use sudo to run it as a superuser and get permission):

    $ sudo gem install synx
    

    Then, just like the instructions on the GitHub webpage above indicate, use the following command to re-organize your folder structure:

    $ synx path/to/your/project.xcodeproj
    

    This should do it :).

提交回复
热议问题