Xcode: Add settings to control a scheme's launch configuration

This commit is contained in:
PatriceJiang
2022-08-18 11:53:52 +08:00
committed by Brad King
parent 39456c70e1
commit 740bee97bd
9 changed files with 42 additions and 1 deletions
@@ -0,0 +1,12 @@
CMAKE_XCODE_SCHEME_LAUNCH_CONFIGURATION
---------------------------------------
.. versionadded:: 3.25
Set the build configuration to run the target.
This variable initializes the :prop_tgt:`XCODE_SCHEME_LAUNCH_CONFIGURATION`
property on all targets.
Please refer to the :prop_tgt:`XCODE_GENERATE_SCHEME` target property
documentation to see all Xcode schema related properties.