Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display organization name instead of ID #1038

Open
Max87ZA opened this issue Oct 8, 2022 · 3 comments
Open

Display organization name instead of ID #1038

Max87ZA opened this issue Oct 8, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@Max87ZA
Copy link

Max87ZA commented Oct 8, 2022

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

@Max87ZA Max87ZA added the enhancement New feature or request label Oct 8, 2022
@ewanharris
Copy link
Collaborator

ewanharris commented May 22, 2023

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?

@Max87ZA
Copy link
Author

Max87ZA commented May 22, 2023

@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)

@ewanharris
Copy link
Collaborator

@Max87ZA that would be great! It looks like you've signed the CLA so there shouldn't be an issue around ownership of the code etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants