Added tempalted profile support
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: https://github.com/bitrise-steplib/steps-ios-auto-provision-appstoreconnect/pull/31#issuecomment-741954527