I've created a new scheme, and I want to define a constant on that scheme, and on Run Script build phase, I want to execute a custom command. I don't have problems with adding a run script phase and execute a command. But I have trouble with the conditional. I'm effectively following this tutorial:
https://www.parse.com/docs/ios_guide#crashreporting-symbolication/iOS
How do I define a variable only one a scheme, and read that variable on custom script in the if [ ... ] block?