You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When I want to build app to a device, VS Code asks for developer certificate. It shows a list with several certificates with Team IDs.
It's hard to know which certificate I should pick if I'm associated with several teams(in my case I have 5 certificates associated with 5 different organizations).
On the other hand when I want to create dist build, it shows name of organization which is what I want in developer build case.
Describe the solution you'd like
Show organization name in a list of developer certificates(maybe instead of hardcoded iPhone Developer, which is imho useless)
Thank you
The text was updated successfully, but these errors were encountered:
The information shown by this extension is what's available from ti info -t ios, the info output gets mapped to quickpick options here.
I don't have access to certs currently so can't check if the ti info -t ios output includes what we need, does that include the information you think is better @Max87ZA, would the teamId be useful?
@ewanharris I made addon to extension which reads JSON from extension’s settings with organization name and id and shows it in quickpick. I can send you the code(I cannot make PR)
Is your feature request related to a problem? Please describe.
When I want to build app to a device, VS Code asks for developer certificate. It shows a list with several certificates with Team IDs.
It's hard to know which certificate I should pick if I'm associated with several teams(in my case I have 5 certificates associated with 5 different organizations).
On the other hand when I want to create dist build, it shows name of organization which is what I want in developer build case.
Describe the solution you'd like
Show organization name in a list of developer certificates(maybe instead of hardcoded iPhone Developer, which is imho useless)
Thank you
The text was updated successfully, but these errors were encountered: