spaceship/lib/spaceship/portal/provisioning_profile.rb in fastlane-2.111.0 vs spaceship/lib/spaceship/portal/provisioning_profile.rb in fastlane-2.112.0.beta.20181214200045
- old
+ new
@@ -191,10 +191,10 @@
end
# Create a new object based on a hash.
# This is used to create a new object based on the server response.
def factory(attrs)
- # available values of `distributionMethod` at this point: ['adhoc', 'store', 'limited', 'direct']
+ # available values of `distributionMethod` at this point: ['adhoc', 'store', 'limited', 'direct', 'inhouse']
klass = case attrs['distributionMethod']
when 'limited'
Development
when 'store'
AppStore