Guest User

Untitled

a guest
Feb 20th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. platform :ios do
  2.  
  3. before_all do
  4. setup_circle_ci
  5. import_certificate(
  6. keychain_name: ENV["MATCH_KEYCHAIN_NAME"],
  7. keychain_password: ENV["MATCH_KEYCHAIN_PASSWORD"],
  8. certificate_path: 'Certificates.p12',
  9. certificate_password: ENV["CERTIFICATE_PASSWORD"] || "default"
  10. )
  11. end
  12.  
  13. # ...
  14.  
  15. end
Add Comment
Please, Sign In to add comment