I\'m working with source code that is frozen and cannot be changed; but its ENV aware and expects changes through the ENV. The source code is being used in an Xcode 4/iOS pr
You can set environment variables via Xcode Schemes. To edit a scheme, select it in the top bar:
Choose the Run mode and go to the Arguments tab, and there you go...
By default, these settings are also used for the Test and Profile modes.