How to get environment variables from pre action in Xcode?

Viewed 184

I need to set an environment variable value, e.g changing the value "8" of ENV_VAR in this image to "9" -

enter image description here

Using a script in the pre action of the scheme.

enter image description here

Is there any way to it?

0 Answers
Related