Moving Files into a Real Folder in Xcode

前端 未结 12 1038
北恋
北恋 2020-12-02 03:20

When I started my project I was happy to use Groups in Xcode rather than literal folders: Since I\'m using the browser in Xcode to access everything, stuff was nicely organi

12条回答
  •  醉梦人生
    2020-12-02 04:18

    There is a simple to setup and use Command Line Tool - "synx" available in github that do exactly what is needed here.

    It reorganizes Xcode project folder in finder to match Xcode groups in project.

    You can find it here: https://github.com/venmo/synx

    UPDATE: XCode 9 supports this feature by default. So, no need to use other tools anymore!

提交回复
热议问题