blob: 6b3d58023c96f2ad2bd10605f4d2134a3df1a05b (
plain)
1
2
3
4
5
6
7
8
|
BUNDLE_EXTENSION
----------------
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``, ``framework``, or ``app`` for the respective
target types.
|