1CMAKE_MACOSX_BUNDLE
2-------------------
3
4Default value for :prop_tgt:`MACOSX_BUNDLE` of targets.
5
6This variable is used to initialize the :prop_tgt:`MACOSX_BUNDLE` property on
7all the targets.  See that target property for additional information.
8
9This variable is set to ``ON`` by default if :variable:`CMAKE_SYSTEM_NAME`
10equals to :ref:`iOS, tvOS or watchOS <Cross Compiling for iOS, tvOS, or watchOS>`.
11