Re: Copy files phase interferes with code signature?
Re: Copy files phase interferes with code signature?
- Subject: Re: Copy files phase interferes with code signature?
- From: "infinite labs" <email@hidden>
- Date: Sat, 18 Oct 2008 14:26:36 +0200
On Sat, Oct 18, 2008 at 2:19 PM, Keith Duncan <email@hidden> wrote:
>> it modifies it in a way that removes the signature.
>
> Are you sure it isn't simply 'breaking' the signature from the last time the
> product was built? Signing is the last thing that Xcode does and it takes
> place after the build phases are complete.
>
> Keith
I am not using CODE_SIGN_* as I want to sign dylibs and Cocoa bundles
too and xcodebuild simply outputs "code signing not enabled for
product type <type>" (not verbatim) for these targets.
I'm using a custom shell script phase which basically boils down to:
codesign -s "$MY_BUILD_SETTING_WITH_CS_IDENTITY" -vvvvv -f
"$BUILT_PRODUCTS_DIR"/"$FULL_PRODUCT_NAME"
It's the last build phase in the target and I can verify pre-copy
files are correctly signed.
- ∞
_______________________________________________
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