spaceship/lib/spaceship/portal/provisioning_profile.rb in fastlane-2.132.0.beta.20190912200052 vs spaceship/lib/spaceship/portal/provisioning_profile.rb in fastlane-2.132.0.beta.20190913200058
- old
+ new
@@ -455,10 +455,10 @@
app.app_id,
certificates.map(&:id),
devices.map(&:id),
mac: mac?,
sub_platform: tvos? ? 'tvOS' : nil,
- template_name: template_name
+ template_name: is_template_profile ? template.purpose_name : nil
)
end
# We need to fetch the provisioning profile again, as the ID changes
profile = Spaceship::Portal::ProvisioningProfile.all(mac: mac?).find do |p|