Re: Paths in OTHER_CODE_SIGN_FLAGS
Re: Paths in OTHER_CODE_SIGN_FLAGS
- Subject: Re: Paths in OTHER_CODE_SIGN_FLAGS
- From: Michael Rawdon <email@hidden>
- Date: Thu, 30 Aug 2012 10:53:00 -0700
Hi Patrick -On Aug 28, 2012, at 6:17 AM, patrick machielse < email@hidden> wrote: In Xcode's build settings I'm trying to pass a codesigning requirements file like so:
OTHER_CODE_SIGN_FLAGS = -r "$PROJECT_DIR/r.bin"
PROJECT_DIR may contain spaces so it's quoted.
In the build log it comes out like this:
-r "\"/Users/patrickmachielse/Documents/Code/My" Project "Folder/r.bin\""
which doesn't work…
The description for OTHER_CODE_SIGN_FLAGS reads: "This build setting allows you to pass any additional options you need to codesign(1) as a single space-delimited string."
Perhaps that means: no file paths possible?
This looks like a bug. Please file a bug report.
-- Michael Rawdon email@hidden Xcode Developer Apple Inc., Cupertino CA
|
_______________________________________________
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