aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference/items
diff options
context:
space:
mode:
Diffstat (limited to 'doc/reference/items')
-rw-r--r--doc/reference/items/applicationextension.qdoc4
-rw-r--r--doc/reference/items/autotestrunner.qdoc2
-rw-r--r--doc/reference/items/product.qdoc4
-rw-r--r--doc/reference/items/xpcservice.qdoc4
4 files changed, 7 insertions, 7 deletions
diff --git a/doc/reference/items/applicationextension.qdoc b/doc/reference/items/applicationextension.qdoc
index 0f1cea034..2409ad919 100644
--- a/doc/reference/items/applicationextension.qdoc
+++ b/doc/reference/items/applicationextension.qdoc
@@ -36,8 +36,8 @@
\ingroup list-of-items
\title ApplicationExtension Item
- \brief Represents a product that is an OS X or iOS Application Extension.
+ \brief Represents a product that is an iOS, macOS, tvOS, or watchOS Application Extension.
An \c ApplicationExtension item is a convenience item based on \c XPCService that
- sets some properties required for OS X and iOS Application Extensions.
+ sets some properties required for iOS, macOS, tvOS, or watchOS Application Extensions.
*/
diff --git a/doc/reference/items/autotestrunner.qdoc b/doc/reference/items/autotestrunner.qdoc
index 5721f1c03..776dcffa9 100644
--- a/doc/reference/items/autotestrunner.qdoc
+++ b/doc/reference/items/autotestrunner.qdoc
@@ -88,7 +88,7 @@
\li A list of environment variables that are added to the run environment.
They are provided as a list of strings in the form "varName=value".
By default, DYLD_LIBRARY_PATH, DYLD_FRAMEWORK_PATH, and DYLD_ROOT_PATH
- are set on OS X and iOS, or an empty list for other platforms.
+ are set on macOS, or an empty list for other platforms.
\row
\li limitToSubProject
\li bool
diff --git a/doc/reference/items/product.qdoc b/doc/reference/items/product.qdoc
index a04e9f068..ab1ba45da 100644
--- a/doc/reference/items/product.qdoc
+++ b/doc/reference/items/product.qdoc
@@ -147,7 +147,7 @@
\li linker-dependent
\li If true, a console application is generated. If false, a GUI application is generated.
Only takes effect on Windows.
- This property also influences the default application type on OS X and iOS.
+ This property also influences the default application type on Apple platforms.
If true, an application bundle is generated. If false, a normal executable is
generated.
\row
@@ -162,7 +162,7 @@
\li string
\li undefined
\li The version number of the product. Used in shared library filenames and generated
- Info.plist files in OS X and iOS application and framework bundles, for example.
+ Info.plist files in Apple application and framework bundles, for example.
\endtable
The following properties are automatically set by \QBS and cannot be changed by the user:
diff --git a/doc/reference/items/xpcservice.qdoc b/doc/reference/items/xpcservice.qdoc
index cdbe8e5c8..af49c8435 100644
--- a/doc/reference/items/xpcservice.qdoc
+++ b/doc/reference/items/xpcservice.qdoc
@@ -35,8 +35,8 @@
\ingroup list-of-items
\title XPCService Item
- \brief Represents a product that is an OS X or iOS XPC service.
+ \brief Represents a product that is a macOS, iOS, tvOS, or watchOS XPC service.
An \c XPCService item is a convenience item based on \c Application that
- sets some properties required for OS X and iOS XPC services.
+ sets some properties required for macOS, iOS, tvOS, or watchOS XPC services.
*/