Sometimes as an iOS Engineer we face the problem of define behaviors or values for variables in a testing environment. For example, a different endpoint URL for the development and release builds, etc.
In this article I would cover the more simple way I found it to help me to achieve this goal.