From 11d6b1cc014ab53ee64785003cbfda0ed8ceee7f Mon Sep 17 00:00:00 2001 From: Tobias Fischer Date: Thu, 19 Mar 2020 23:14:46 +0100 Subject: [PATCH] update Mac launcher stub to v3.0.6 and add Plist key 'NSAppleEventsUsageDescription' as described in https://github.com/tofi86/universalJavaApplicationStub/issues/77 --- pom.xml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 07aad3b..c15fbaa 100644 --- a/pom.xml +++ b/pom.xml @@ -342,7 +342,7 @@ true tag - v3.0.4 + v3.0.6 @@ -398,6 +398,23 @@ exec-maven-plugin 1.6.0 + + plist-update + prepare-package + + exec + + + ${maven.codesign.skip} + /usr/libexec/PlistBuddy + ${project.build.directory} + + -c + Add :NSAppleEventsUsageDescription string There was an error while launching pagina EPUB-Checker. Please click OK to display a dialog with more information or cancel and view the syslog for details. + ${project.build.directory}/${my.finalShortName}.app/Contents/Info.plist + + + codesign-macApp prepare-package