Using Microsoft App Center environment variables in iOS
问题 I want to open source my iOS app but still be able to build it using a CI system like Microsoft App Center. My app uses private API keys that I want to hide from my open source repository. Fortunately App Center offers the environment variables feature, which are intended to use at build time. Their documentation says they can be used like this in bash: $ENVIRONMENT_VARIABLE So, say I have an environment variable called GoogleAPIKey configured in App Center, can I retrieve it like this