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

Added tempalted profile support #191

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Added tempalted profile support #191

wants to merge 8 commits into from

Conversation

lpusok
Copy link
Contributor

@lpusok lpusok commented Jan 9, 2023

Context

For a subset of Entitlements a special approval is needed from Apple to enable a new option to select custom Provisioning Profile templates in Developer Portal. The known ones are listed here.

We added a check earlier to fail automatic provisioning if one of these entitlements was in use.

Apparently this prevents one of the customers to manually edit the provisioning profiles to circumvent the limitations of the Apple API.

So we no longer fail, only print a warning.
In addition there seems to be an undocumented API that we can use to specify Profile Template Name as implemented by Fastlane. Added this feature as experimental, as more testing and feedback is needed.

The template name can be extracted from the Apple Developer Portal:
bitrise-steplib/steps-ios-auto-provision-appstoreconnect#31 (comment)

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

Successfully merging this pull request may close these issues.

None yet

1 participant