This is a Xcode related question, rather than an AppleScript Studio
question.
How can I add a folder, including files in it, in the Resources
folder of the main bundle?
I know that I can add files to the project dragging and dropping
files on the Finder, in a project in Xcode. But when I try to add a
folder (in which there is a file) in the Resources folder in the main
bundle, the folder is removed, and only the file in it is included in
the Resources folder.
Is there a special way to add a folder with a file in it, in the
Resources folder in the main bundle?