Xcode - copy the folder structure to your application package

I have a folder structure of 10 in depth or so. I need to copy this full structure to the application resource folder. Is there an easier way than manually recreating it with 100 copy phases for each of the folders?

+6
source share
1 answer

When you add a directory to Xcode, there is a checkbox (by default) for converting folders to groups.

Unplug this and it will do what you want.

+11
source

Source: https://habr.com/ru/post/909910/


All Articles