crotwell / gradle-macappbundle

A Gradle Plugin to create a Mac OSX .app application and dmg based on the project.
Apache License 2.0
95 stars 33 forks source link

allow specifying explicit keychain file for codesign #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
when using gradle/macappbundle together with continuous integration tools like 
Jenkins it is preferred to use a custom keychain instead of the default.

the codesign documentation specifies an additional parameter (--keychain) to 
allow that.

Is it possible to add that extra parameter to the macappbundle plugin?
Thanks
Marcin

Original issue reported on code.google.com by poldwusm...@gmail.com on 2 Oct 2012 at 12:42

GoogleCodeExporter commented 9 years ago
keyChain is now an option for the codesign command. Please test and let me know 
is this works for you.

I will put out a new release in a few days.

Original comment by crotwell@seis.sc.edu on 3 Oct 2012 at 7:26

GoogleCodeExporter commented 9 years ago
sorry, haven't got time to verify this yet.

Original comment by poldwusm...@gmail.com on 9 Oct 2012 at 12:03