This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.Fastlane.
Summary
Executes fastlane deliver with the specified configuration action.
Syntax
public void Deliver(Action<FastlaneDeliverConfiguration> action)
Examples
Fastlane.Deliver(config =>
{
config.CertificateType = CertificateType.Development;
config.AppIdentifier = "com.fastlane.cake";
config.ForceForNewDevices = true;
});
Attributes
Type |
Description |
CakeAliasCategoryAttribute |
|
Parameters
Return Value