Skip to content

Instantly share code, notes, and snippets.

@novinfard
Created September 10, 2018 11:29
Show Gist options
  • Save novinfard/e7c67f0e3499b0fa770e8bd334985895 to your computer and use it in GitHub Desktop.
Save novinfard/e7c67f0e3499b0fa770e8bd334985895 to your computer and use it in GitHub Desktop.
[Using Envorinmental Variables in Swift]
let dic = NSProcessInfo.processInfo().environment
if dic["MY_VARIABLE"] != nil {
// ... do secret stuff here ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment