Sign the signatures which are then signed... WTF Apple?

This commit is contained in:
Reinhard Pointner 2016-11-12 06:33:55 +08:00
parent 33396ea12f
commit 30f19f5ce7
1 changed files with 1 additions and 1 deletions

View File

@ -480,7 +480,7 @@
<exec executable="codesign" failonerror="yes">
<arg line="${codesign.opts} ${codesign.entitlements.inherit} '${path.app}/Contents/PlugIns/jre'" />
</exec>
<apply executable="codesign" parallel="yes" failonerror="yes">
<apply executable="codesign" failonerror="yes">
<arg line="${codesign.opts} ${codesign.entitlements.inherit}" />
<fileset dir="${path.app}/Contents/PlugIns/jre/Contents/_CodeSignature" />
</apply>