Skip to content

Instantly share code, notes, and snippets.

@koromiko
Created March 25, 2018 00:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koromiko/e9a159bf9beff40b2e66bef72ef487f0 to your computer and use it in GitHub Desktop.
Save koromiko/e9a159bf9beff40b2e66bef72ef487f0 to your computer and use it in GitHub Desktop.
enum ProjectSetting {
static let codeSigningPath = environmentVariable(get: "CODESIGNING_PATH")
static let certificatePassword = environmentVariable(get: "CERTIFICATE_PASSWORD")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment