Re: Properly code-signing an app with bundled JRE

2014-01-28 Thread Hendrik Schreiber
On Jan 28, 2014, at 21:36, Paul Taylor wrote: > Ah right, I package my application up using the BitBucket branch AppBundler > https://bitbucket.org/infinitekind/appbundler whihc just relelized all puts > the jre in the plugin folder > > but I only have to do this > > /usr/bin/codesign --sign

Re: Properly code-signing an app with bundled JRE

2014-01-28 Thread Paul Taylor
On 28/01/2014 19:05, Hendrik Schreiber wrote: On Jan 28, 2014, at 19:56, Hendrik Schreiber wrote: On Jan 28, 2014, at 19:28, Paul Taylor wrote: This email sent to paul_t...@fastmail.fm I can confirm I had to change it to use --deep option a while ago for it to work, I do bundle it with a

Re: Properly code-signing an app with bundled JRE

2014-01-28 Thread Hendrik Schreiber
On Jan 28, 2014, at 19:56, Hendrik Schreiber wrote: > On Jan 28, 2014, at 19:28, Paul Taylor wrote: > >>> This email sent to paul_t...@fastmail.fm >> I can confirm I had to change it to use --deep option a while ago for it to >> work, I do bundle it with a jre and it still works, but maybe not

Re: Properly code-signing an app with bundled JRE

2014-01-28 Thread Hendrik Schreiber
On Jan 28, 2014, at 19:28, Paul Taylor wrote: >> This email sent to paul_t...@fastmail.fm > I can confirm I had to change it to use --deep option a while ago for it to > work, I do bundle it with a jre and it still works, but maybe not as a plugin > not sure what you mean here. I package the J

Re: Properly code-signing an app with bundled JRE

2014-01-28 Thread Steve Hannah
Those Oracle instructions have never worked for me. I needed to sign the bundled JRE, then sign the .app. Steve On Tue, Jan 28, 2014 at 10:28 AM, Paul Taylor wrote: > On 28/01/2014 18:12, Hendrik Schreiber wrote: > >> Hey.. >> >> it seems that Apple has changed the way codesign works. On Mave

Re: Properly code-signing an app with bundled JRE

2014-01-28 Thread Paul Taylor
On 28/01/2014 18:12, Hendrik Schreiber wrote: Hey.. it seems that Apple has changed the way codesign works. On Mavericks with current XCode, Unless you use the --deep option, your app isn't signed at all. And when you use --deep, it works fine as long as you don't bundle a JRE as plugin. Is

Properly code-signing an app with bundled JRE

2014-01-28 Thread Hendrik Schreiber
Hey.. it seems that Apple has changed the way codesign works. On Mavericks with current XCode, Unless you use the --deep option, your app isn't signed at all. And when you use --deep, it works fine as long as you don't bundle a JRE as plugin. Is anybody else having this issue... and perhaps a