summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Brüning <michael.bruning@qt.io>2020-03-27 14:25:50 +0100
committerMichael Brüning <michael.bruning@qt.io>2020-04-24 10:46:48 +0200
commit17e9d5e9c3cdb0ae94f9db332f14f82201e26216 (patch)
tree93c5ad11565009174ec17595daf9204fd1de88f0
parent02349b86eec8959607daf06d3fd73bac77e2b97b (diff)
Document new options for macdeployqt
This adds documentation for the new options that were added to macdeployqt in Qt 5.15. Change-Id: I7fab7588e09693d9cb507125aa2c4366134efbd1 Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
-rw-r--r--doc/src/platforms/macos.qdoc9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/src/platforms/macos.qdoc b/doc/src/platforms/macos.qdoc
index 01836dc35..c213a6793 100644
--- a/doc/src/platforms/macos.qdoc
+++ b/doc/src/platforms/macos.qdoc
@@ -1227,6 +1227,15 @@
\li \c{-codesign=<ident>}
\li Run \c codesign with the given identity on all executables
\row
+ \li \c{-hardened-runtime}
+ \li Enable Hardened Runtime when code signing
+ \row
+ \li \c{-timestamp}
+ \li Include a secure timestamp when code signing (requires internet connection)
+ \row
+ \li \c{-sign-for-notarization=<ident>}
+ \li Activate the necessary options for notarization (requires internet connection). The activated options are \c{-hardened-runtime}, \c{-timestamp} and \c{-codesign=<ident>}
+ \row
\li \c{-appstore-compliant}
\li Skip deployment of components that use private API
\row