Rewrite MAS build

This commit is contained in:
Reinhard Pointner 2016-11-12 06:28:46 +08:00
parent 4afe785bce
commit 33396ea12f
1 changed files with 4 additions and 3 deletions

View File

@ -480,9 +480,10 @@
<exec executable="codesign" failonerror="yes">
<arg line="${codesign.opts} ${codesign.entitlements.inherit} '${path.app}/Contents/PlugIns/jre'" />
</exec>
<exec executable="codesign" failonerror="yes">
<arg line="${codesign.opts} ${codesign.entitlements.inherit} '${path.app}/Contents/PlugIns/jre/Contents/_CodeSignature/CodeResources'" />
</exec>
<apply executable="codesign" parallel="yes" failonerror="yes">
<arg line="${codesign.opts} ${codesign.entitlements.inherit}" />
<fileset dir="${path.app}/Contents/PlugIns/jre/Contents/_CodeSignature" />
</apply>
<!-- sign helper tools with inherit entitlements -->
<apply executable="codesign" failonerror="yes">