Environment Variables are a set of key value pairs that are passed on to the process from outside of the program. The running process will be able to read these values in runtime and make changes to the execution conditions based on it. Ideally these are read only pairs, set once when the execution begins and the program won’t have access to change the values in runtime.

#swift #debugging #xcode

Environment Variables in Xcode
2.40 GEEK