Skip to content

Commit

Permalink
Remove spctl check
Browse files Browse the repository at this point in the history
Former-commit-id: c3475b036d7f8883b7a5d907f59010cfb1c05f38
  • Loading branch information
dkocher committed Oct 24, 2013
1 parent f31ec11 commit dea1a89
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build-mac.xml
Original file line number Diff line number Diff line change
Expand Up @@ -366,10 +366,6 @@
<exec executable="/usr/bin/codesign" failonerror="true">
<arg line="-d -r- --deep-verify ${app.bundle}"/>
</exec>
<echo message="Print system policy verification for ${app.bundle}..."/>
<exec executable="/usr/sbin/spctl" failonerror="true">
<arg line="-v --assess --type execute ${app.bundle}"/>
</exec>
</target>

<target name="tar">
Expand Down

0 comments on commit dea1a89

Please sign in to comment.