Created
June 16, 2020 15:29
-
-
Save deda9/6d32c5a4eb00e0a4d55234c0ba13d1b6 to your computer and use it in GitHub Desktop.
Bitrise-Example-Sync-Appstore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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