1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-14 19:08:07 +08:00

Help: Fix inaccurate wording for CMAKE_XCODE_SCHEME_... variables

This commit is contained in:
Craig Scott
2025-03-28 14:23:32 +11:00
parent f76a123f98
commit 316aaa6cdd
6 changed files with 8 additions and 8 deletions

View File

@@ -3,7 +3,7 @@ CMAKE_XCODE_SCHEME_ENABLE_GPU_API_VALIDATION
.. versionadded:: 3.25
Property value for ``Metal: API Validation`` in the Options section of
Populate ``Metal: API Validation`` in the Options section of
the generated Xcode scheme.
This variable initializes the

View File

@@ -3,7 +3,7 @@ CMAKE_XCODE_SCHEME_ENABLE_GPU_FRAME_CAPTURE_MODE
.. versionadded:: 3.23
Property value for ``GPU Frame Capture`` in the Options section of
Populate ``GPU Frame Capture`` in the Options section of
the generated Xcode scheme. Example values are ``Metal`` and
``Disabled``.

View File

@@ -3,7 +3,7 @@ CMAKE_XCODE_SCHEME_ENABLE_GPU_SHADER_VALIDATION
.. versionadded:: 3.25
Property value for ``Metal: Shader Validation`` in the Options section of
Populate ``Metal: Shader Validation`` in the Options section of
the generated Xcode scheme.
This variable initializes the

View File

@@ -3,7 +3,7 @@ CMAKE_XCODE_SCHEME_LAUNCH_MODE
.. versionadded:: 3.25
Property value for ``Launch`` in the Info section of the generated Xcode
Populate ``Launch`` in the Info section of the generated Xcode
scheme.
This variable initializes the :prop_tgt:`XCODE_SCHEME_LAUNCH_MODE` property on

View File

@@ -3,11 +3,11 @@ CMAKE_XCODE_SCHEME_LLDB_INIT_FILE
.. versionadded:: 4.0
Property value for ``LLDB Init File`` in the Info section of the generated Xcode
Populate ``LLDB Init File`` in the Info section of the generated Xcode
scheme.
This variable initializes the :prop_tgt:`XCODE_SCHEME_LLDB_INIT_FILE` property on
all targets.
This variable initializes the :prop_tgt:`XCODE_SCHEME_LLDB_INIT_FILE` property
on all targets.
Please refer to the :prop_tgt:`XCODE_GENERATE_SCHEME` target property
documentation to see all Xcode schema related properties.

View File

@@ -3,7 +3,7 @@ CMAKE_XCODE_SCHEME_TEST_CONFIGURATION
.. versionadded:: 4.0
Set the build configuration to test the target.
Set the build configuration for testing targets.
This variable initializes the :prop_tgt:`XCODE_SCHEME_TEST_CONFIGURATION`
property on all targets.