Skip to content

Commit

Permalink
550545: MAT macOS binaries should be signed for apple's gatekeeper
Browse files Browse the repository at this point in the history
Try signing eclipse_1705.so

Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=550545

Change-Id: I2750bc4f0fd89a86a360e4d7aeae9abf3be903a4
  • Loading branch information
ajohnson1 committed Sep 2, 2020
1 parent 5c6396f commit 15b1d81
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions org.eclipse.mat.product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,19 @@
<include name="**" />
</fileset>
</delete>
<first id="eclipse.so">
<fileset dir="${project.build.directory}/products/org.eclipse.mat.ui.rcp.MemoryAnalyzer/macosx/cocoa/x86_64/mat.app/Contents/Eclipse/plugins" includes="**/*.so" />
</first>
<exec dir="${project.build.directory}" executable="curl">
<arg value="--output"/>
<arg value="${eclipse.so}"/>
<arg value="--form"/>
<arg value="file=@${eclipse.so}"/>
<arg value="--silent"/>
<arg value="--show-error"/>
<arg value="--fail"/>
<arg value="http://172.30.206.146:8282/macosx-signing-service/1.0.1-SNAPSHOT"/>
</exec>
</target>
</configuration>
</execution>
Expand Down

0 comments on commit 15b1d81

Please sign in to comment.