Any documentation on how to use Xcode's $MACROs?
Any documentation on how to use Xcode's $MACROs?
- Subject: Any documentation on how to use Xcode's $MACROs?
- From: Jerry Krinock <email@hidden>
- Date: Tue, 20 Dec 2005 21:12:53 -0800
- Thread-topic: Any documentation on how to use Xcode's $MACROs?
In poking through my project's target I see that the automatically-generated
values use macros in parentheses like:
$(PROJECT_DIR)
$(SRCROOT)
and in Info.plist I see macros in curly brackets like
${PRODUCT_NAME}
${EXECUTABLE_NAME}
They would probably be quite useful to me if someone could point me at their
documentation. A complete list of them would be nice!
Also, is there any way to specify a relative pathname in, say, a search
path? For example, I'd like to go up to the project's parent directory and
then down into a different directory. I've tried many combinations of ".."
and "/" with $(PROJECT_DIR) but no luck.
Thanks!
Jerry
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden