crashlytics

The crashlytics parameters are used to prepare a IPA for ad hoc deployment using Crashlytics

e.g.

deploygate {
	apiKey='12345678901234567890123456789012'
}

Parameters

apiKey

The Crashlytics API Key (https://www.crashlytics.com/settings/organizations)

default value: empty

buildSecret

The Crashlytics Build Secret (https://www.crashlytics.com/settings/organizations)

default value: empty

submitPath

Path to the crashlytics submit command (relative to the project dir)

default value: “Crashlytics.framework/submit”

emails

List of email addresses of users that get added as testers to the new build

default value: empty

groupAliases

List of group aliases from the web dashboard

default value: empty

notesPath

Path to a .txt file containing notes for the beta (relative to the project dir)

default value: empty

notifications

Boolean value that enables/disables email notification to testers

default value: true