1XCTEST 2------ 3 4.. versionadded:: 3.3 5 6This target is a XCTest CFBundle on the Mac. 7 8This property will usually get set via the :command:`xctest_add_bundle` 9macro in :module:`FindXCTest` module. 10 11If a module library target has this property set to true it will be 12built as a CFBundle when built on the Mac. It will have the directory 13structure required for a CFBundle. 14 15This property depends on :prop_tgt:`BUNDLE` to be effective. 16