How to use test environment variables with shared scheme in Xcode
Issue #557
Use ProcessInfo
to access environment variables.
1 | ProcessInfo().environment["username"] |
Duplicate main shared scheme TestApp to TestAppWithCredentials, but don’t share this TestAppWithCredentials scheme