When doing iOS programming, it is interesting that in Xcode (4.3.2), we can create groups, such as a group call Images
, and add files to it (either as a link or cho
There is a Command Line Tool - "synx" available in github that do exactly what you need.
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!