added additional options to macos app signing

This commit is contained in:
Martin Lippert
2019-11-04 16:58:01 +01:00
parent 28cc7216ec
commit be354f72f1
3 changed files with 10 additions and 0 deletions

View File

@@ -143,6 +143,10 @@
<exec executable="codesign" failonerror="true">
<arg value="--verbose"/>
<arg value="--options"/>
<arg value="runtime"/>
<arg value="--deep"/>
<arg value="--force"/>
<arg value="--entitlements"/>
<arg value="${project.build.directory}/../entitlements.plist"/>
<arg value="--keychain"/>

View File

@@ -143,6 +143,9 @@
<exec executable="codesign" failonerror="true">
<arg value="--verbose"/>
<arg value="--options"/>
<arg value="runtime"/>
<arg value="--deep"/>
<arg value="--force"/>
<arg value="--entitlements"/>
<arg value="${project.build.directory}/../entitlements.plist"/>

View File

@@ -143,6 +143,9 @@
<exec executable="codesign" failonerror="true">
<arg value="--verbose"/>
<arg value="--options"/>
<arg value="runtime"/>
<arg value="--deep"/>
<arg value="--force"/>
<arg value="--entitlements"/>
<arg value="${project.build.directory}/../entitlements.plist"/>