Skip to content

Instantly share code, notes, and snippets.

@JavyMB
Created May 18, 2019 19:17
Show Gist options
  • Save JavyMB/fffe1201ec12bfa831d3bcaf053da657 to your computer and use it in GitHub Desktop.
Save JavyMB/fffe1201ec12bfa831d3bcaf053da657 to your computer and use it in GitHub Desktop.
desc 'Fetch certificates and provisioning profiles'
lane :certificates do
match(app_identifier: 'com.app.bundle', type: 'development', readonly: true)
match(app_identifier: 'com.app.bundle', type: 'appstore', readonly: true)
End
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment