sigh/lib/sigh/runner.rb in fastlane-2.92.0 vs sigh/lib/sigh/runner.rb in fastlane-2.92.1
- old
+ new
@@ -174,11 +174,9 @@
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'