I am looking for some documentation or tutorial for copying files from a given directory into the app created by xcode at build time, before it is run. At first I have tried to copy files into the derived directory, hoping that everything resides in there would be automatically added to the app, but I was wrong.
So I am looking for a script because the original dir may change its name, second the script could be customized by another xcode 4 user with its src dir path etc. The things is I don't know how to start, which language etc. I am quite confident with shell script, but maybe there's a better option. Second, I am trying to figure out which command could add a file in the already built app.
thanks