mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-08-02 11:02:46 +08:00
Apple's main Operating system changed their name from OS X to macOS:
https://www.engadget.com/2016/06/13/os-x-is-now-macos/
Revise documentation accordingly.
9 lines
267 B
ReStructuredText
9 lines
267 B
ReStructuredText
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 macOS and iOS.
|
|
|
|
The default value is ``bundle``, ``framework``, or ``app`` for the respective
|
|
target types.
|