mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 03:29:18 -05:00
Merge topic 'app-framework-bundle-extension'
f951d0adAdd tests for BUNDLE_EXTENSIONc63380b1Update documentation about bundle extensions134d5c1fHonor BUNDLE_EXTENSION also for Frameworks (#14742)2b909c08Honor BUNDLE_EXTENSION also for App Bundles (#16148)
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user