XCode no longer emits BUILD_STYLE env?
XCode no longer emits BUILD_STYLE env?
- Subject: XCode no longer emits BUILD_STYLE env?
- From: Jonathan Wight <email@hidden>
- Date: Wed, 29 Oct 2003 12:57:28 -0600
Hi,
I've just upgraded a project to XCode and it's targets to "native"
format.
I have a shell script phase that does different things based on whether
or not the build style is "Development" or "Deployment". I was able to
use the $BUILD_STYLE environment variable for this purpose.
Unfortunately that environment variable is not defined while my shell
script phase is being executed.
As a workaround I tried setting my own build variable in my build
styles - unfortunately that is not passed through to my shell script
either.
Is this a bug in XCode? If not - how am I supposed to find out what
build style I'm currently building.
Jon.
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.