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

Adding support for custom profile template name input #18

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

lpusok
Copy link
Contributor

@lpusok lpusok commented Jan 10, 2023

Checklist

  • I've read and followed the Contribution Guidelines
  • step.yml and README.md is updated with the changes (if needed)

Version

Requires a MINOR version update

Context

(Copied from bitrise-io/go-xcode#191)
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)
(end)

Resolves: https://bitrise.atlassian.net/browse/SWAT-817

Changes

Investigation details

Decisions

@lpusok lpusok changed the title Step 467 Adding support for custom profile template name input Jan 10, 2023
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.

1 participant