Paths in OTHER_CODE_SIGN_FLAGS
Paths in OTHER_CODE_SIGN_FLAGS
- Subject: Paths in OTHER_CODE_SIGN_FLAGS
- From: patrick machielse <email@hidden>
- Date: Tue, 28 Aug 2012 15:17:30 +0200
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?
Thanks,
Patrick
--
Patrick Machielse
Hieper Software
http://www.hieper.nl
email@hidden
_______________________________________________
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