Replies: 1 comment
|
I have create this Plugin https://github.com/BogdanMatran/fastlane-plugin-match_import_multiple |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I would use
fastlane match importwithout Apple Dev Portal connection.I use this command (assume having Matchfile with git storage settings):
Import ask for .cer path (mandatory), .p12 path (mandatory) and provisioning profile (PP) (optional).
But In my repo, I have a lot of PP (for app & extension) and match import only support a single path for PP..
So I need to run import multiple times and .cer & .p12 ask are redundant...
Ideas:
importshould be able to import only PP (without asking for .cer/.p12)All reactions