diff options
author | Bartosz Kosiorek <gang65@poczta.onet.pl> | 2018-09-05 12:19:28 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-09-05 20:10:49 (GMT) |
commit | fc1602456abf04f301a8fcd9ac71fd0975c6bbde (patch) | |
tree | cc0d0c745acee2518ca09aef1a8f4f8c642e559d /Help/cpack_gen/productbuild.rst | |
parent | cc5bac458b85081f813a2c169fda104f59233c37 (diff) | |
download | CMake-fc1602456abf04f301a8fcd9ac71fd0975c6bbde.zip CMake-fc1602456abf04f301a8fcd9ac71fd0975c6bbde.tar.gz CMake-fc1602456abf04f301a8fcd9ac71fd0975c6bbde.tar.bz2 |
Help: Replace occurrences of "Mac OS X" with "macOS"
Apple's main Operating system changed their name from OS X to macOS:
https://www.engadget.com/2016/06/13/os-x-is-now-macos/
Revise documentation accordingly.
Diffstat (limited to 'Help/cpack_gen/productbuild.rst')
-rw-r--r-- | Help/cpack_gen/productbuild.rst | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Help/cpack_gen/productbuild.rst b/Help/cpack_gen/productbuild.rst index 1a6e0f8..d22fcd4 100644 --- a/Help/cpack_gen/productbuild.rst +++ b/Help/cpack_gen/productbuild.rst @@ -1,20 +1,20 @@ CPack productbuild Generator ---------------------------- -productbuild CPack generator (Mac OS X). +productbuild CPack generator (macOS). Variables specific to CPack productbuild generator ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The following variable is specific to installers built on Mac -OS X using ProductBuild: +macOS using ProductBuild: .. variable:: CPACK_COMMAND_PRODUCTBUILD - Path to the productbuild(1) command used to generate a product archive for - the OS X Installer or Mac App Store. This variable can be used to override + Path to the ``productbuild(1)`` command used to generate a product archive for + the macOS Installer or Mac App Store. This variable can be used to override the automatically detected command (or specify its location if the - auto-detection fails to find it.) + auto-detection fails to find it). .. variable:: CPACK_PRODUCTBUILD_IDENTITY_NAME @@ -28,9 +28,9 @@ OS X using ProductBuild: .. variable:: CPACK_COMMAND_PKGBUILD - Path to the pkgbuild(1) command used to generate an OS X component package - on OS X. This variable can be used to override the automatically detected - command (or specify its location if the auto-detection fails to find it.) + Path to the ``pkgbuild(1)`` command used to generate an macOS component package + on macOS. This variable can be used to override the automatically detected + command (or specify its location if the auto-detection fails to find it). .. variable:: CPACK_PKGBUILD_IDENTITY_NAME |