Hello,
In order to provide help in the applications I have been writing I have been putting a help folder in the application bundle in accordance with how I referenced it in the plist. However, I have forgotten to copy this folder into the bundle in a recent build and left users without documentation. I decided to fix this problem the correct way such that the folder will be copied into the bundle during a build. I thought this would work in accordance with my intentions if I simply added the help folder to the project resources. This nearly worked but not nearly enough. Now Project Builder copies only the contents of the folder into the correct location without the folder. This is a problem since it is not how any of my plists are arranged and is a generally sloppy way of doing things.
Seems like a simple thing to do but I can't find any options to force folders to be included in builds. Does anyone else know how to do this?
Thanks,
Jeff.