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.
Syntax
public void Match(FastlaneMatchConfiguration matchConfiguration = null)
Examples
var configuration = new FastlaneMatchConfiguration
{
CertificateType = CertificateType.Development,
AppIdentifier = "com.fastlane.cake",
ForceForNewDevices = true
};
Fastlane.Match(configuration);
Attributes
Type |
Description |
CakeAliasCategoryAttribute |
|
Parameters
Return Value