mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 21:00:01 -05:00
fc1602456a
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.
|