ApplePromotionOptions constructor
const
ApplePromotionOptions({
- required String workingDirectory,
- required AppleCredentials appleCredentials,
- required GitHubContext github,
- String? smfPath,
- AppStoreConnectApi? client,
- GitHubApi? githubApi,
- Future<
String> resolveBundleIdentifier(}) = AppleProject.resolveBundleId,
Creates promotion options.
Implementation
const ApplePromotionOptions({
required this.workingDirectory,
required this.appleCredentials,
required this.github,
this.smfPath,
this.client,
this.githubApi,
this.resolveBundleIdentifier = AppleProject.resolveBundleId,
});