I have setup a custom build rule using a custom script..
cp ${INPUT_FILE_PATH} ${INPUT_FILE_PATH}.myplist
It runs on files of the type "background_*.plist" which are in my project. All the script should be doing is copying the existing plist files to a new file with the added extension of ".myplist" yet this simple script does not seem to be running at all. I believe I am missing something obvious here and I am getting no errors/warnings running this rule so XCode is really not helping me out. Is there something I'm missing here?