vote up 2 vote down star

Hi there,

I've got a script written which does some steps to package my build for an Ad Hoc distribution. My first guess was to use a run script phase in my Ad Hoc target. But it looks like codesigning is fixed at the last position in the chain of building iPhone apps.

Somebody has a clue how can I run my script at the very last possible moment in the build process?

flag

2 Answers

vote up 2 vote down check

Can you create an aggregate target that contains both your "Ad hoc" target and a run script build phase (that runs after the "Ad hoc" target)?

link|flag
Thanks, this works. – DASKAjA Sep 11 at 15:47
vote up 0 vote down

It may very well not be possible - tampering with an executable after it's been codesigned seems like the kind of thing that would negate the signing. (After all, if you can run an arbitrary script after the signing, and not affect it, wouldn't that make it possible to pass off an illegitimate executable as a signed one?)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.