Skip to content

Instantly share code, notes, and snippets.

@deda9
Created June 16, 2020 15:29
Show Gist options
  • Save deda9/6d32c5a4eb00e0a4d55234c0ba13d1b6 to your computer and use it in GitHub Desktop.
Save deda9/6d32c5a4eb00e0a4d55234c0ba13d1b6 to your computer and use it in GitHub Desktop.
Bitrise-Example-Sync-Appstore
desc "Sync appstore certificates via match (readonly)"
lane :certificates_appstore do
match(app_identifier: ["deda9.Bitrise-Example"], type: "appstore", readonly: true)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment