ive been working on a custom build phase for xcode in python, but now that I am hooking it up to the target I can get any environment variables at runtime.
$SRC_ROOT doesnt work inside the code. or any other $VARs don't either.
EDIT:
Solved it
os.environ.get('SRC_ROOT')
$SRC_ROOT doesnt work inside the code. or any other $VARs don't either.
EDIT:
Solved it
os.environ.get('SRC_ROOT')