Re: App code signing for outside Mac App Store

2014-04-03 Thread J. Landman Gay
On 4/3/14, 2:55 PM, Marty Knapp wrote: Yes, just your Developer ID certificate. The GLX Application Packager can make this a part of the build process, so you could maybe just pull out the code that's doing that. I guess it's now updated to work with Mavericks. As it previously didn't, I've been

Re: App code signing for outside Mac App Store

2014-04-03 Thread Marty Knapp
Yes, just your Developer ID certificate. The GLX Application Packager can make this a part of the build process, so you could maybe just pull out the code that's doing that. I guess it's now updated to work with Mavericks. As it previously didn't, I've been using App Wrapper. In both cases you

Re: App code signing for outside Mac App Store

2014-04-03 Thread J. Landman Gay
On 4/3/14, 1:55 PM, Trevor DeVore wrote: I posted an updated GLX App Packager to the google group that has support for Mavericks. I have successfully signed two different of apps on Mavericks using it. Excellent, thank you. I'm still not sure what certificate to use when building the standal

Re: App code signing for outside Mac App Store

2014-04-03 Thread J. Landman Gay
On 4/3/14, 1:00 PM, Marty Knapp wrote: You will need to post-process or implement a routine when the standalone builds. You might check out Trevor's GLX Application Packager - it has the ability to sign apps, though I'm not sure where things are at with Mavericks as there were some changes. I've

Re: App code signing for outside Mac App Store

2014-04-03 Thread Trevor DeVore
On Thu, Apr 3, 2014 at 2:00 PM, Marty Knapp wrote: > You will need to post-process or implement a routine when the standalone > builds. You might check out Trevor's GLX Application Packager - it has the > ability to sign apps, though I'm not sure where things are at with > Mavericks as there were

Re: App code signing for outside Mac App Store

2014-04-03 Thread Marty Knapp
You will need to post-process or implement a routine when the standalone builds. You might check out Trevor's GLX Application Packager - it has the ability to sign apps, though I'm not sure where things are at with Mavericks as there were some changes. I've been using App Wrapper by Ohana Softw

App code signing for outside Mac App Store

2014-04-03 Thread J. Landman Gay
I need to code sign a Mac app for distribution outside the Mac App Store. If I have a Developer ID Application Certificate, can I just use that to build the standalone and it will work? Or do I need to post-process the standalone in some way? -- Jacqueline Landman Gay | jac...@hype