GithubActionsIOSCliCode constructor

const GithubActionsIOSCliCode({
  1. Directory? workingDirectory,
  2. int defaultIncrementNumber = 0,
  3. String? slackWebhookURL,
})

Contents of buiod.yaml for IOS in Github Actions.

Github ActionsのIOS用のbuiod.yamlの中身。

Implementation

const GithubActionsIOSCliCode({
  this.workingDirectory,
  this.defaultIncrementNumber = 0,
  this.slackWebhookURL,
});