How do I use an environment variable in the Xcode Scheme Arguments Passed On Launch window?
I'm trying to set up another Xcode project as the one passed on launch for the purposes of testing an Xcode extension: Rather than hardcoding a path like this, I'd like to make it relative to the current directory. I…