Update documentation about bundle extensions

This commit is contained in:
Gregor Jasny 2016-06-24 23:17:22 +02:00
parent 134d5c1f7c
commit c63380b195
2 changed files with 9 additions and 3 deletions

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.

View File

@ -0,0 +1,5 @@
app-framework-bundle-extension
------------------------------
* On Apple platforms the :prop_tgt:`BUNDLE_EXTENSION` now also applies to
Frameworks and App Bundles.