aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference/modules/xcode-module.qdoc
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@petroules.com>2015-07-27 17:35:12 -0700
committerJake Petroules <jake.petroules@petroules.com>2015-07-29 19:19:28 +0000
commit7eaeb42271399b89725f1edf2d77b43d4f57ac00 (patch)
treecc742edc695ceb48b6f8a040767e4bd6707059db /doc/reference/modules/xcode-module.qdoc
parentef5992bb58473bca8c019f2eba9faa0048aa0c05 (diff)
Add skeleton Apple watchOS support.
Change-Id: I23569a50a5493e0535ae155925a688b9d5c0743f 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.qdoc10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/reference/modules/xcode-module.qdoc b/doc/reference/modules/xcode-module.qdoc
index ac5a36f19..5aa963c7e 100644
--- a/doc/reference/modules/xcode-module.qdoc
+++ b/doc/reference/modules/xcode-module.qdoc
@@ -63,7 +63,8 @@
\row
\li sdk
\li string
- \li \c{"macosx"} on OS X, \c{"iphoneos"} on iOS, \c{"iphonesimulator"} on iOS Simulator
+ \li \c{"macosx"} on OS X, \c{"iphoneos"} on iOS, \c{"iphonesimulator"} on iOS Simulator,
+ \c{"watchos"} on watchOS, \c{"watchsimulator"} on watchOS Simulator
\li Version of the Xcode SDK used to build products. This can be specified as a full
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
@@ -88,9 +89,10 @@
\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".
+ \li \c{["mac"]} on OS X; {["iphone", "ipad"]} on iOS; \c{["watch"]} on watchOS
+ \li List of the Apple devices targeted by this product. For OS X and watchOS, this should
+ always be "mac" and "watch", respectively, and for iOS it can be one or both of
+ "iphone" and "ipad".
\endtable
\section1 Advanced Properties