From 4de3b0612b1b153016ced6df2538c1a60967a916 Mon Sep 17 00:00:00 2001 From: Frerich Raabe Date: Mon, 25 Jan 2016 11:16:14 +0100 Subject: Add new '--sign' switch to binarycreator for signing OS X app bundles This patch introduces -s/--sign switches for binarycreator which are only available on OS X. Using these switches, a 'Code Signing Identity' can be configured which should be used for signing the generated .app bundle. Signing the application bundles avoids that Apple's Gatekeeper complains about the application coming from an unidentified publisher. Change-Id: I507c6cac0b99faf19faf48c21e47a2df054b0b11 Reviewed-by: Karsten Heimrich --- doc/installerfw.qdoc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') diff --git a/doc/installerfw.qdoc b/doc/installerfw.qdoc index 391de8622..19531b76e 100644 --- a/doc/installerfw.qdoc +++ b/doc/installerfw.qdoc @@ -847,6 +847,11 @@ \row \li -v or --verbose \li Display debug output. + + \row + \li -s or --sign identity + \li Only available on OS X. Allows specifying a code signing identity to be + used for signing the generated app bundle. \endtable These parameters are followed by the name of the target binary and a list -- cgit v1.2.3