You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
408 B
14 lines
408 B
9 years ago
|
XCTEST
|
||
|
------
|
||
|
|
||
|
This target is a XCTest CFBundle on the Mac.
|
||
|
|
||
|
This property will usually get set via the :command:`xctest_add_bundle`
|
||
|
macro in :module:`FindXCTest` module.
|
||
|
|
||
|
If a module library target has this property set to true it will be
|
||
|
built as a CFBundle when built on the Mac. It will have the directory
|
||
|
structure required for a CFBundle.
|
||
|
|
||
|
This property depends on :prop_tgt:`BUNDLE` to be effective.
|