Add -codesign option.
authorMorten Johan Sørvig <morten.sorvig@digia.com>
Wed, 24 Sep 2014 13:08:00 +0000 (15:08 +0200)
committerMorten Johan Sørvig <morten.sorvig@digia.com>
Wed, 1 Oct 2014 08:50:30 +0000 (10:50 +0200)
commit5e6e9458a4feb3411fce3a51abdaa9d62271c6ec
tree5ea3bfb2fdc7c6d2c1c4d4547bd9a162636bb830
parenta58505987ca43850cec8c8f33665feb33c1187fb
Add -codesign option.

Use the "codesign" tool with the provided signing identity to
sign all code binaries in the bundle. Application code binaries
include the app executable(s), plugin and framework/dylib
dependencies.

Finally, run "codesign --verify" to verify that the app
bundle is correctly signed.

Change-Id: Idfff030a2b218e1dc1ad1bc279a32a330665b347
Reviewed-by: Morten Johan Sørvig <morten.sorvig@digia.com>
src/macdeployqt/macdeployqt/main.cpp
src/macdeployqt/shared/shared.cpp
src/macdeployqt/shared/shared.h