• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Using Build Settings in Info.plist
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Prev by Date: Re: deprecated FOUR_CHAR_CODE and macintel
  • Next by Date: Re: Exception on a simple arithmetic problem
  • Previous by thread: Re: Nav Services focus...
  • Next by thread: Setting a ResourceManager file as not exectuable
  • Index(es):
    • Date
    • Thread