Using Build Settings in Info.plist
Using Build Settings in Info.plist
- Subject: Using Build Settings in Info.plist
- From: Nick Nallick <email@hidden>
- Date: Fri, 20 Jan 2006 11:56:39 -0700
I've been creating build settings and referencing them in my
Info.plist file via the $(CUSTOM_SETTING) syntax. However it appears
this only works for plist values but not for keys. Is this correct?
For example:
<key>CFPlugInFactories</key>
<dict>
<key>$(PLUGIN_ID)</key>
<string>$(PLUGIN_FACTORY)</string>
</dict>
<key>CFPlugInTypes</key>
<dict>
<key>$(PLUGIN_TYPE)</key>
<array>
<string>$(PLUGIN_ID)</string>
</array>
</dict>
In this case the build setting PLUGIN_ID seems to be substituted when
it is used as a value but not a key. Perhaps I'm doing something
wrong here?
Thanks,
Nick
_______________________________________________
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