summaryrefslogtreecommitdiff
path: root/Help/prop_sf
diff options
context:
space:
mode:
authorGregor Jasny <gjasny@googlemail.com>2017-03-22 22:49:38 +0100
committerGregor Jasny <gjasny@googlemail.com>2017-03-23 16:43:55 +0100
commitc51c2cfac619ac9efb9829f8b4decf9756891609 (patch)
tree6b9c4a5a4c3c6889ce81d3a6f8b7f6883f24d863 /Help/prop_sf
parent060be58c6f9ffe11235341bc10c8f5d808e31b3d (diff)
downloadcmake-c51c2cfac619ac9efb9829f8b4decf9756891609.tar.gz
Apple: Fix Resources location for all generators
Issue: #16680
Diffstat (limited to 'Help/prop_sf')
-rw-r--r--Help/prop_sf/MACOSX_PACKAGE_LOCATION.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/prop_sf/MACOSX_PACKAGE_LOCATION.rst b/Help/prop_sf/MACOSX_PACKAGE_LOCATION.rst
index 69cdcb7ff3..a064afa634 100644
--- a/Help/prop_sf/MACOSX_PACKAGE_LOCATION.rst
+++ b/Help/prop_sf/MACOSX_PACKAGE_LOCATION.rst
@@ -21,3 +21,10 @@ extension is changed). See the :prop_tgt:`PUBLIC_HEADER`,
:prop_tgt:`PRIVATE_HEADER`, and :prop_tgt:`RESOURCE` target properties for
specifying files meant for ``Headers``, ``PrivateHeaders``, or
``Resources`` directories.
+
+If the specified location is equal to ``Resources``, the resulting location
+will be the same as if the :prop_tgt:`RESOURCE` property had been used. If
+the specified location is a sub-folder of ``Resources``, it will be placed
+into the respective sub-folder. Note: For iOS Apple uses a flat bundle layout
+where no ``Resources`` folder exist. Therefore CMake strips the ``Resources``
+folder name from the specified location.