sigh/lib/sigh/runner.rb in fastlane-2.92.1 vs sigh/lib/sigh/runner.rb in fastlane-2.93.0.beta.20180417050013
- old
+ new
@@ -174,9 +174,11 @@
when 'ios', 'tvos'
if profile_type == Spaceship.provisioning_profile.Development
certificates = Spaceship.certificate.development.all
elsif profile_type == Spaceship.provisioning_profile.InHouse
certificates = Spaceship.certificate.in_house.all
+ elsif profile_type == Spaceship.provisioning_profile.AdHoc && Spaceship.client.in_house?
+ certificates = Spaceship.certificate.in_house.all
else
certificates = Spaceship.certificate.production.all # Ad hoc or App Store
end
when 'macos'