diff options
author | Brad King <brad.king@kitware.com> | 2017-03-24 12:32:32 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2017-03-24 12:32:41 (GMT) |
commit | 5bded841b4d66bea70c932184eac0a44b82d03fe (patch) | |
tree | daa118230f7fe587550d1e4e300eed92242010ba /Help | |
parent | 0f4420e0a80993ccd6ce7d51eeb96e904b8bd9f8 (diff) | |
parent | b5189fda244112f47e71c820bf1498d500026cd0 (diff) | |
download | CMake-5bded841b4d66bea70c932184eac0a44b82d03fe.zip CMake-5bded841b4d66bea70c932184eac0a44b82d03fe.tar.gz CMake-5bded841b4d66bea70c932184eac0a44b82d03fe.tar.bz2 |
Merge topic '16680-ios-bundle-resources'
b5189fda Apple: Add test for bundle resource layout
c51c2cfa Apple: Fix Resources location for all generators
060be58c Xcode: Properly handle Bundle Resources with more than one hierarchy level
484ccb0c Xcode: Properly handle non-resource Bundle files on iOS
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !613
Diffstat (limited to 'Help')
-rw-r--r-- | Help/prop_sf/MACOSX_PACKAGE_LOCATION.rst | 7 |
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 69cdcb7..a064afa 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. |