Use Resign with Match #20576
Unanswered
PowerOfCreation
asked this question in
Q&A
Replies: 1 comment
-
As a workaround Match exports a number of environment variable in the form You can use these types for
I have a custom |
Beta Was this translation helpful? Give feedback.
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.
-
Hello, I'm using match together with a Matchfile in a project. I need to do resigning and I would like to use the provisioning profiles that got fetched by calling match. Resign doesn't recognize those values as it only works together with sigh. In the entire documentation it is discouraged to use sigh and it pushes towards the usage of match. Additionally, sigh won't use the Matchfile configuration, which is frustrating. Is there any easy way of using resign in combination with match? It seems to me, that just calling match followed by resign seems to be the most intuitive way and I'm confused why this is not supported. I tried extracting the provisioning profile paths that got outputted by match manually and supply them to resign, but I'm not very experienced with Swift and couldn't make that work. Help would be much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions