Where do I put a helper app in a Gatekeeper signed app?
Where do I put a helper app in a Gatekeeper signed app?
- Subject: Where do I put a helper app in a Gatekeeper signed app?
- From: Roland King <email@hidden>
- Date: Tue, 11 Feb 2014 19:47:44 +0800
I decided to pull one piece of code out of my app and put it in its own helper app (command line tool type). Doing this isolates one task and cuts the risk of exploit.
The app I'm signing with my Apple Distribution profile, not for the AppStore, just for Gatekeeper. So the questions I have are
1) Where do I put the helper app/command-line-tool in the bundle? Contents/Resources, Contents/somethingelse?
2) Does the signing Xcode performs before shipping sign all the bits of the bundle including my helper app or do I have to do something special in the code-signing process to tell it to include it all in the signature? Does the answer to that question depend at all on where in the bundle I put the helper app?
3) If I have to do something special to sign it, any pointers as to what I have to do? I'm currently just using the signing out of the box with Xcode and haven't had to get messy with it.
_______________________________________________
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