I have a following target file tree:
- Sources
- Resources
- A
- image.png
- B
- image.png
- A
- some swift files
- Resources
Sources is buildable folder, Resources is a folder that I want to be copied entirely to target bundle. I can achieve this by manually selecting Build Rules = Apply Once to Folder in File Inspector and dragging Resources to Copy Bundle Resources phase.
I could not find the way to make this work with tuist. Can you support this?
