Skip to content

Instantly share code, notes, and snippets.

@m4rr
Created February 7, 2018 14:33
Show Gist options
  • Save m4rr/2a0caddcc16d79d7b76a8b21c1ac15fa to your computer and use it in GitHub Desktop.
Save m4rr/2a0caddcc16d79d7b76a8b21c1ac15fa to your computer and use it in GitHub Desktop.
CircleCI Config Fastfile
platform :ios do
before_all do
setup_circle_ci
import_certificate(
keychain_name: ENV["MATCH_KEYCHAIN_NAME"],
keychain_password: ENV["MATCH_KEYCHAIN_PASSWORD"],
certificate_path: 'Certificates.p12',
certificate_password: ENV["CERTIFICATE_PASSWORD"] || "default"
)
end
# ...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment