1CMAKE_XCODE_SCHEME_DEBUG_DOCUMENT_VERSIONING
2--------------------------------------------
3
4.. versionadded:: 3.16
5
6Whether to enable
7``Allow debugging when using document Versions Browser``
8in the Options section of the generated Xcode scheme.
9
10This variable initializes the
11:prop_tgt:`XCODE_SCHEME_DEBUG_DOCUMENT_VERSIONING`
12property on all targets.
13
14Please refer to the :prop_tgt:`XCODE_GENERATE_SCHEME` target property
15documentation to see all Xcode schema related properties.
16