aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference/modules/xcode-module.qdoc
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@theqtcompany.com>2015-10-03 09:58:09 -0700
committerJake Petroules <jake.petroules@theqtcompany.com>2015-10-31 03:19:07 +0000
commite58833f87a83156b886ad435294bd3cbbc21f496 (patch)
treeffa8e06e53c994580d30a74a070cb539e1558d11 /doc/reference/modules/xcode-module.qdoc
parent9d8d800463406c350266face4d4df615df85e3bb (diff)
Add signingTimestamp property.
This lets the user control if/how timestamps are applied to signed code. Qbs defaults to "none" to match Xcode. Change-Id: I72463681c8c769ada7d9e406a5a398134007a85f Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
Diffstat (limited to 'doc/reference/modules/xcode-module.qdoc')
-rw-r--r--doc/reference/modules/xcode-module.qdoc9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/reference/modules/xcode-module.qdoc b/doc/reference/modules/xcode-module.qdoc
index 62b8f9058..4e772a573 100644
--- a/doc/reference/modules/xcode-module.qdoc
+++ b/doc/reference/modules/xcode-module.qdoc
@@ -120,6 +120,15 @@
\li 1.5
\li \c{"~/Library/MobileDevice/Provisioning Profiles"}
\li Path to directory containing provisioning profiles installed on the system.
+ \row
+ \li signingTimestamp
+ \li string
+ \li 1.5
+ \li \c{"none"}
+ \li URL of the timestamp authority server to be contacted to authenticate code signing.
+ \c{undefined} indicates that a system-specific default should be used, and the empty
+ string indicates the default server provided by Apple. \c{"none"} explicitly disables
+ the use of timestamp services and this should not usually need to be changed.
\endtable
\section1 Read-only Properties