1XCODE_SCHEME_ENVIRONMENT
2------------------------
3
4.. versionadded:: 3.13
5
6Specify environment variables that should be added to the Arguments
7section of the generated Xcode scheme.
8
9If set to a list of environment variables and values of the form
10``MYVAR=value`` those environment variables will be added to the
11scheme.
12
13Please refer to the :prop_tgt:`XCODE_GENERATE_SCHEME` target property
14documentation to see all Xcode schema related properties.
15