Skip to content

Instantly share code, notes, and snippets.

@koromiko
Created March 25, 2018 00:10
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/f14e8790eb1bf8405e4274c7cace9912 to your computer and use it in GitHub Desktop.
Save koromiko/f14e8790eb1bf8405e4274c7cace9912 to your computer and use it in GitHub Desktop.
importCertificate(
keychainName: environmentVariable(get: "KEYCHAIN_NAME"),
keychainPassword: environmentVariable(get: "KEYCHAIN_PASSWORD"),
certificatePath: "\(ProjectSetting.codeSigningPath)/\(config.certificate).p12",
certificatePassword: ProjectSetting.certificatePassword
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment