Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] OS X application signing

Hi Greg,

Could you please paste a bit more  of the Maven logs (or give a link to the console log)?

Thanks.
Mikael

> Le 1 mars 2016 à 19:50, Greg Watson <g.watson@xxxxxxxxxxxx> a écrit :
> 
> 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@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail


Back to the top