Merge topic 'app-framework-bundle-extension'

f951d0ad Add tests for BUNDLE_EXTENSION
c63380b1 Update documentation about bundle extensions
134d5c1f Honor BUNDLE_EXTENSION also for Frameworks (#14742)
2b909c08 Honor BUNDLE_EXTENSION also for App Bundles (#16148)
This commit is contained in:
Brad King
2016-08-01 14:59:44 -04:00
committed by CMake Topic Stage
8 changed files with 113 additions and 12 deletions
+4 -3
View File
@@ -1,7 +1,8 @@
BUNDLE_EXTENSION
----------------
The file extension used to name a :prop_tgt:`BUNDLE` target on the OS X and iOS.
The file extension used to name a :prop_tgt:`BUNDLE`, a :prop_tgt:`FRAMEWORK`,
or a :prop_tgt:`MACOSX_BUNDLE` target on the OS X and iOS.
The default value is ``bundle`` - you can also use ``plugin`` or whatever
file extension is required by the host app for your bundle.
The default value is ``bundle``, ``framework``, or ``app`` for the respective
target types.
@@ -0,0 +1,5 @@
app-framework-bundle-extension
------------------------------
* On Apple platforms the :prop_tgt:`BUNDLE_EXTENSION` now also applies to
Frameworks and App Bundles.