Propagate build settings to source files?
Propagate build settings to source files?
- Subject: Propagate build settings to source files?
- From: Joachim <email@hidden>
- Date: Sun, 8 Jan 2006 10:18:21 -0800
I use the build setting functionality (Xcode 2.2) to store version,
build numbers etc in one, central place, and this information is
carried over to my .plist files. Now, it would be nice if I could
propagate information from the build settings to my other source files.
What I'm specifically interested in is to store an expiration
timestamp in the build setting for my Development and Test build
configurations so that the application will stop working on a
specific date as I don't want to support these versions in the future.
Ideally, I'd like to process this information at build time so that I
can include/exclude code based on #ifdef statements in my source files.
Is there a way to do this?
Thanks,
Joachim
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden