summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorTim Hutt <tim.hutt@ultrahaptics.com>2017-02-14 13:18:42 (GMT)
committerBrad King <brad.king@kitware.com>2017-02-17 16:40:45 (GMT)
commitd32f9debc80e1fc90efb07392f829d998cbbc2c5 (patch)
tree8b4eb5a95ca78cfc7a7fa0aea2bae9f28c6ac4f5 /Help/release
parent11e9605179e340833d95115fb0178d2ee84b3e24 (diff)
downloadCMake-d32f9debc80e1fc90efb07392f829d998cbbc2c5.zip
CMake-d32f9debc80e1fc90efb07392f829d998cbbc2c5.tar.gz
CMake-d32f9debc80e1fc90efb07392f829d998cbbc2c5.tar.bz2
CPack: Add option to specify --component-plist for productbuild
When using the productbuild generator this lets you specify the value of the `--component-plist` parameter when it runs pkgbuild for a component. Fixes: #16638
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/dev/productbuild_component_plist.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/release/dev/productbuild_component_plist.rst b/Help/release/dev/productbuild_component_plist.rst
new file mode 100644
index 0000000..78d305c
--- /dev/null
+++ b/Help/release/dev/productbuild_component_plist.rst
@@ -0,0 +1,7 @@
+productbuild_component_plist
+----------------------------
+
+* The :module:`CPackComponent` module :command:`cpack_add_component` command
+ gained a new ``PLIST <filename>`` option to specify the ``pkgbuild``
+ ``--component-plist`` argument when using the
+ :module:`productbuild <CPackProductBuild>` generator.