Has anyone been able to get OS X application signing to work?

I added the following to our build:

                   <plugin>
                       <groupId>org.eclipse.cbi.maven.plugins</groupId>
                       <artifactId>eclipse-macsigner-plugin</artifactId>
                       <version>${cbi-plugins.version}</version>
                       <executions>
                           <execution>
                               <goals>
                                   <goal>sign</goal>
                               </goals>
                               <phase>package</phase>
                                <configuration>
                                        <signFiles>
                                                
<signFile>${project.build.directory}/products/ice.product/macosx/cocoa/x86_64/ICE.app</signFile>
                                        </signFiles>
                                </configuration>
                           </execution>
                       </executions>
                   </plugin>

When the build runs, it says:

[INFO] --- eclipse-macsigner-plugin:1.1.3:sign (default) @ 
org.eclipse.ice.repository ---
[INFO] [Tue Mar 01 12:42:09 EST 2016] Signing OS X application 
'/jobs/genie.ice/ice-next/workspace/ice/org.eclipse.ice.repository/target/products/ice.product/macosx/cocoa/x86_64/ICE.app'...

However, the codesign command says:

$ codesign --verify ICE.app
ICE.app: code object is not signed at all
In architecture: x86_64

Any help or suggestions appreciated.

Greg
_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

Reply via email to