Update documentation about bundle extensions
This commit is contained in:
parent
134d5c1f7c
commit
c63380b195
|
@ -1,7 +1,8 @@
|
||||||
BUNDLE_EXTENSION
|
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
|
The default value is ``bundle``, ``framework``, or ``app`` for the respective
|
||||||
file extension is required by the host app for your bundle.
|
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.
|
Loading…
Reference in New Issue