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 match with the specified configuration action.
Syntax
public void Match(Action<FastlaneMatchConfiguration> configurator)
Examples
Fastlane.Match(config =>
{
config.CertificateType = CertificateType.Development;
config.AppIdentifier = "com.fastlane.cake";
config.ForceForNewDevices = true;
});
Attributes
Type |
Description |
CakeAliasCategoryAttribute |
|
Parameters
Return Value