added entitlements to signing for remaining product builds

This commit is contained in:
Martin Lippert
2019-11-01 17:32:15 +01:00
parent cacdcd4ed6
commit 60f9d98c12
4 changed files with 40 additions and 0 deletions

View File

@@ -143,6 +143,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"/>