Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-dev] macOS 10.15 notarization process

Hello,

According to my information, macOS 10.15 does not accept simple signed applications any more, but requires a more complicated "notarization" process that requires the application to be signed with "hardened runtime".

I've successfully notarized our application, but it fails even on 10.14 with the following exception:

java.lang.NullPointerException
	at org.eclipse.swt.widgets.Composite._getChildren(Composite.java:99)
	at org.eclipse.swt.widgets.Composite.reskinChildren(Composite.java:979)
	at org.eclipse.swt.widgets.ToolBar.reskinChildren(ToolBar.java:716)
	at org.eclipse.swt.widgets.Widget.reskin(Widget.java:423)
	at org.eclipse.swt.widgets.Widget.setData(Widget.java:1704)

Did someone already got a non-trivial Java/SWT application signed/notarized correctly for macOS 10.15 that also runs without problems?

--
Best regards,
Thomas Singer
=============
syntevo GmbH
https://www.syntevo.com
https://www.syntevo.com/blog


Back to the top