I have a custom application which requires a bunch of things to be set up before it is run. I want to add it as a build phase so I can use it when I do "Build and Run" but not when I do "Build". How do I check it in a shell script which is run as a build phase at the end?
Please don't ask why