I'm trying to add a Run Script Build Phase to a target in a custom Project Template for Xcode 4.
Does anyone have any examples, tutorials, or tips on how to do this?
I'm assuming that this will be done in TemplateInfo.plist - but my searches are comming up fruitless.
After quite a lot of trial-and-error I've worked it out. This is the extra key needed in the TemplateInfo.plist. This adds a script that will run after the other default build phases.
To answer to @Paulo Faria question, I found a way to add input and output files to a Run script phase (My template uses R.swift, which requires input and output files):