Manage build target variables in iphone project
Posted
by DougW
on Stack Overflow
See other posts from Stack Overflow
or by DougW
Published on 2010-05-18T20:25:05Z
Indexed on
2010/05/20
6:10 UTC
Read the original article
Hit count: 193
We're transitioning to an automated build process for our iphone projects. These projects can be checked out by individual devs, in which case all the API URLs need to point to a certain path. There are also a variety of build environments, each with their own API root paths.
I could probably add multiple, different build targets, and have each of them include a different URLs definition file, but this seems like a lot of upkeep and a bit overkill.
Any best practices out there for swapping a few environmental variables for different build environments without much fuss?
© Stack Overflow or respective owner