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

Improvement: Include all eligible certificates when creating a profile #257

Merged

Conversation

priitlatt
Copy link
Contributor

@priitlatt priitlatt commented Sep 5, 2022

Action app-store-connect fetch-signing files is capable of creating missing signing files in case none are found for the specified criteria (requires --create flag to be present).

When a suitable provisioning profile is not found and has to be created on the fly by this action, then this profile will include only the code signing certificate(s) that contain given certificate private key (defined by --certificate-key). This is somewhat pointless limitation and significantly reduces the possible usages for created profile.

Instead we can include all possible certificates that match profile's type from the App Store Connect team in the profile. This way the profile usage is not limited to just one specific code signing certificate.

Updated actions:

  • app-store-connect fetch-signing-files

@priitlatt priitlatt marked this pull request as ready for review September 5, 2022 11:09
Copy link
Contributor

@VeArnold VeArnold left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

…ature/include-all-certificates-when-creating-profile
…ature/include-all-certificates-when-creating-profile
@priitlatt priitlatt merged commit 111a211 into master Sep 5, 2022
@priitlatt priitlatt deleted the feature/include-all-certificates-when-creating-profile branch September 5, 2022 13:19
@priitlatt priitlatt added the enhancement New feature or request label Sep 5, 2022
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

Successfully merging this pull request may close these issues.

2 participants