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 anybody else having this issue... and perhaps a solution?
Thanks,
-hendrik
PS: I'd be very surprised, if the official Oracle recommendation
(http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/packagingAppsForMac.html)
actually still worked.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/java-dev/paul_t100%40fastmail.fm
This email sent to [email protected]
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.
Paul