summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt/XCODE_GENERATE_SCHEME.rst
Commit message (Collapse)AuthorAgeFilesLines
* Xcode: Support "GPU Frame Capture" scheme propertyJake Turner2021-10-191-0/+1
| | | | | | | | | | | Added XCODE_SCHEME_ENABLE_GPU_FRAME_CAPTURE_MODE variable which sets the scheme property value for "GPU Frame Capture" in the Options section by setting the Xcode project variable "enableGPUFrameCaptureMode". Example values are "Metal" (1) and "Disabled" (3). XCODE_SCHEME_ENABLE_GPU_FRAME_CAPTURE_MODE is initialized by the property CMAKE_XCODE_SCHEME_ENABLE_GPU_FRAME_CAPTURE_MODE. Implements: #22700
* Help: Add Sphinx 'versionadded' directives to each top-level documentKitware Robot2020-07-061-0/+2
| | | | | | | Run the `Utilities/Sphinx/update_versions.py` script to add initial markup to every top-level document and find module. Issue: #19715
* Help: Add missing XCODE_SCHEME_WORKING_DIRECTORYCraig Scott2020-03-291-0/+1
|
* xcode: Add XCODE_SCHEME_DEBUG_DOCUMENT_VERSIONING propertyGregor Jasny2019-10-011-1/+2
|
* Help: Improve documentation formatingBartosz Kosiorek2019-04-041-1/+1
|
* Xcode: Create Xcode schemes per targetHarry Mallon2019-03-211-0/+39