aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference/modules/xcode-module.qdoc
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@petroules.com>2015-06-09 23:51:11 -0700
committerJake Petroules <jake.petroules@petroules.com>2015-07-29 19:17:36 +0000
commit248ed3e0e0e809f8994c2e8983db830fbc2bdb21 (patch)
tree1f8fdeed2626e9315f52d343d848124b306dc3b3 /doc/reference/modules/xcode-module.qdoc
parente8963d2a2ff314355ec6a44df2647eb84eda634f (diff)
Introduce xcode.targetDevices.
This primarily allows users to control whether they are developing universal or device-specific iOS applications. Change-Id: I64fe7a3b9da383c51a7b24d013111a2da3993e58 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.qdoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/reference/modules/xcode-module.qdoc b/doc/reference/modules/xcode-module.qdoc
index 9ec9af37f..1969ef9ae 100644
--- a/doc/reference/modules/xcode-module.qdoc
+++ b/doc/reference/modules/xcode-module.qdoc
@@ -63,6 +63,12 @@
canonical SDK name (i.e. \c{"macosx10.10"}), a platform version number (i.e.
\c{"10.10"}), or a platform identifier (i.e. \c{"macosx"}) in which case the latest SDK
available for that platform will be used.
+ \row
+ \li targetDevices
+ \li stringList
+ \li \c{["mac"]} on OS X; {["iphone", "ipad"]} on iOS
+ \li List of the Apple devices targeted by this product. For OS X, this should always be
+ "mac", and for iOS it can be one or both of "iphone" and "ipad".
\endtable
\section1 Read-only Properties