iOS Auto Provision v1.1.0

We have released a new version (1.1.0) of iOS Auto Provision step.

Changes:

NEW INPUT: generate_profiles - Should the step try to generate Provisioning Profiles even if Xcode managed signing is enabled in the Xcode project?

In case of Xcode managed codesigning projects, by default the step downloads and installs the Xcode managed Provisioning Profiles.

If this input is set to: yes, the step will try to manage the Provisioning Profiles by itself (like in case of Manual codesigning projects), the step will fall back to use the Xcode managed Provisioning Profiles in case of an issue.

This input has no effect in case of Manual codesigning projects.

1 Like