How do I add files to the Copy Bundle Resources build phase with an Xcode4 Project Template
问题 I'm working on an Xcode 4 project template and I'm struggling with controlling the files that get added to the Copy Bundle Resources build phase--header files get added that I do not want to be copied into the project bundle and a file that I do want to be copied does not appear in this list (a custom .framework file that contains both the static library and image resources). It seems like Xcode automatically builds contents of this build phase from the Nodes section in the project template;