Tinder / sign-here

A straightforward tool that enables the creation of Provisioning Profiles and Certificates for deploying Apple based software
35 stars 7 forks source link

Add optional --profile-name parameter to create-provisioning-profile subcommand #13

Closed andres97medrano closed 8 months ago

andres97medrano commented 8 months ago

This PR adds an optional --profile-name string parameter to the create-provisioning-profile subcommand. If not specified, it defaults to the scheme that exists today.

andres97medrano commented 8 months ago

For context:

We are working with rules_apple's local_provisioning_profile rule which takes in a profile_name as one of its search criteria in finding a provisioning profile. We'd like to specify the same name that we use for generating the profile.

tinder-maxwellelliott commented 8 months ago

Looks good to me. Can approve once tests pass