diff options
Diffstat (limited to 'Help/release/dev/bundle-genex.rst')
-rw-r--r-- | Help/release/dev/bundle-genex.rst | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Help/release/dev/bundle-genex.rst b/Help/release/dev/bundle-genex.rst deleted file mode 100644 index e79b84c..0000000 --- a/Help/release/dev/bundle-genex.rst +++ /dev/null @@ -1,12 +0,0 @@ -bundle-genex ------------- - -* Two new informational generator expressions to retrieve Apple Bundle - directories have been added. The first one ``$<TARGET_BUNDLE_DIR:tgt>`` - outputs the full path to the Bundle directory, the other one - ``$<TARGET_BUNDLE_CONTENT_DIR:tgt>`` outputs the full path to the - ``Contents`` directory of macOS Bundles and App Bundles. For all other - bundle types and SDKs it is identical with ``$<TARGET_BUNDLE_DIR:tgt>``. - - Those new expressions are helpful to query Bundle locations independent of - the different Bundle types and layouts on macOS and iOS. |