Re: xcconfig files: line wrap and inheriting
Re: xcconfig files: line wrap and inheriting
- Subject: Re: xcconfig files: line wrap and inheriting
- From: Ladd Van Tol <email@hidden>
- Date: Thu, 20 Jul 2006 22:20:03 -0700
On Jul 20, 2006, at 9:27 PM, Chris Espinosa wrote:
You can turn on wrapping in the editor, but no, the very, very
simple parser for .xcconfig files doesn't support broken-up lines.
I have been using xcconfigs extensively in a large commercial
project, and have been wanting backslash-style line breaks. I just
wrote a bug about it. (#4643648)
$(inherited) is equivalent to $(WHATEVER_SETTING_IS_BEING_DEFINED)
in all cases. It refers to "the expanded value of the setting from
the level that this level overrides".
Except that $(inherited) doesn't expand to the value supplied by the
project/target's xcconfig -- you must explicitly spell out the
setting name in this case. Oddly, it does work if the xcconfig is
used for the project, and you use $(inherited) in the target
settings. I've written a bug on this one (#4643636).
- Ladd
_______________________________________________
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