Re: Code Signing AFTER Copy Phases
Re: Code Signing AFTER Copy Phases
- Subject: Re: Code Signing AFTER Copy Phases
- From: Jeff Kelley <email@hidden>
- Date: Thu, 14 Jul 2011 00:30:58 -0400
Mac App Store apps need to be self-contained. Can you move the data into the application bundle instead of moving the application to be with the data?
Jeff Kelley
On Thu, Jul 14, 2011 at 12:11 AM, Brian Barnes
<email@hidden> wrote:
I was preparing my app for the mac app store, and was running into problem after problem. It all ended up stemming from my code not being signed. The reason it wasn't signed is that I copy my app from the build directory to the location where I run it (with all it's data files.)
It turns out that the code signing happens AFTER the copy phase, which is why this kept breaking.
Is there a way around this?
[>] Brian _______________________________________________
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
_______________________________________________
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