Skip to content

Commit 3a8f062

Browse files
committed
remove unhelpful signing info
1 parent 3395f07 commit 3a8f062

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

build/build.xml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -679,12 +679,15 @@
679679

680680
<!-- Verify that the signature will pass Gatekeeper checks
681681
https://developer.apple.com/library/mac/technotes/tn2206 -->
682+
<!--
682683
<exec executable="/usr/bin/codesign" dir="macosx/work">
683-
<arg value="--verify" />
684-
<arg value="--deep" />
685-
<arg value="--verbose=2" />
684+
<arg value="- -verify" />
685+
<arg value="- -deep" />
686+
<arg value="- -verbose=2" />
686687
<arg value="Processing.app" />
687688
</exec>
689+
-->
690+
<!-- Disabling since it's a lot of gunk but not that useful. -->
688691
</target>
689692

690693
<target name="macosx-dist" if="macosx"

0 commit comments

Comments
 (0)