Info.plist Preprocessing Doesn't work for a -sectcreate Info.plist
Info.plist Preprocessing Doesn't work for a -sectcreate Info.plist
- Subject: Info.plist Preprocessing Doesn't work for a -sectcreate Info.plist
- From: Jerry Krinock <email@hidden>
- Date: Thu, 25 Jun 2009 04:12:24 -0700
Submitted to Apple Bug Reporter, 7006103.
Steps to Reproduce:
1. Create a project in Xcode to develop a command-line utility.
2. In Target's Build settings:
2.1. In Other Linker Flags, add -sectcreate __TEXT __info_plist.
2.2. Switch on "Preprocess Info.plist File"
2.3. In Info.plist File, indicate a filename.
2.4. Define a User-defined setting such as MY_MACRO to have value
"Hello"
3. Create the Info.plist file referenced step 2.3. In this file use $
{MY_MACRO} as one of the values.
4. Build.
Expected Results: The Info.plist embedded into the executable product
contains "Hello".
Actual Results: The Info.plist embedded into the executable product
contains "MY_MACRO".
_______________________________________________
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