spaceship/lib/spaceship/portal/provisioning_profile.rb in fastlane-2.111.0.beta.20181213200033 vs spaceship/lib/spaceship/portal/provisioning_profile.rb in fastlane-2.111.0
- old
+ new
@@ -197,9 +197,11 @@
klass = case attrs['distributionMethod']
when 'limited'
Development
when 'store'
AppStore
+ when 'adhoc'
+ AdHoc
when 'inhouse'
InHouse
when 'direct'
Direct # Mac-only
else