xcodebuild - how to define preprocessor macro?
Posted
by Jaka Jancar
on Stack Overflow
See other posts from Stack Overflow
or by Jaka Jancar
Published on 2010-04-25T13:29:19Z
Indexed on
2010/04/25
13:33 UTC
Read the original article
Hit count: 668
How can I define a preprocessor macro when using xcodebuild?
I need to build my app using a bunch of different configurations, and I would like to do this using a shell script which runs xcodebuild a number of times with different preprocessor macros.
© Stack Overflow or respective owner