Info.plist: ${PRODUCT_NAME} versus ${PRODUCT_NAME:identifier}
Info.plist: ${PRODUCT_NAME} versus ${PRODUCT_NAME:identifier}
- Subject: Info.plist: ${PRODUCT_NAME} versus ${PRODUCT_NAME:identifier}
- From: Stuart Malin <email@hidden>
- Date: Tue, 3 Feb 2009 14:39:24 -1000
I am trying to discern the difference between
${PRODUCT_NAME}
and
${PRODUCT_NAME:identifier}
as used in the Info.plist file.
I have done a reasonable amount of searching online and through the
docs, but have found nothing (except for a lot of iPhone related
confusion in regard to setting these for provisioning).
I know that PRODUCT_NAME is a Build Setting for a Target. And so see
how ${PRODUCT_NAME} would initialize the Bundle name Key of the
Info.plist file. Why is the Bundle identifier Key not set similarly, as:
com.myCompanyName.${PRODUCT_NAME}
but rather uses the :identifier addendum? What refinement or
distinction is being made by the inclusion of the latter?
_______________________________________________
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