add macos entitlements for signing, in prep for notarization

This commit is contained in:
Martin Lippert
2019-11-01 14:18:51 +01:00
parent 9256934ce8
commit c3c13daa06
2 changed files with 20 additions and 0 deletions

View File

@@ -191,6 +191,8 @@
<exec executable="codesign" failonerror="true">
<arg value="--verbose"/>
<arg value="--entitlements"/>
<arg value="${project.build.directory}/../entitlements.plist"/>
<arg value="--keychain"/>
<arg value="${env.KEYCHAIN}"/>
<arg value="-s"/>