We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3395f07 commit 3a8f062Copy full SHA for 3a8f062
1 file changed
build/build.xml
@@ -679,12 +679,15 @@
679
680
<!-- Verify that the signature will pass Gatekeeper checks
681
https://developer.apple.com/library/mac/technotes/tn2206 -->
682
+ <!--
683
<exec executable="/usr/bin/codesign" dir="macosx/work">
- <arg value="--verify" />
684
- <arg value="--deep" />
685
- <arg value="--verbose=2" />
+ <arg value="- -verify" />
+ <arg value="- -deep" />
686
+ <arg value="- -verbose=2" />
687
<arg value="Processing.app" />
688
</exec>
689
+ -->
690
+ <!-- Disabling since it's a lot of gunk but not that useful. -->
691
</target>
692
693
<target name="macosx-dist" if="macosx"
0 commit comments