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
Fastlane match configuration options.
- Assembly
- Cake
.Fastlane .dll - Namespace
- Cake
.Fastlane - Base Types
-
- ToolSettings
- Fastlane
Configuration
graph BT
Type-->Base0["FastlaneConfiguration"]
click Base0 "/api/Cake.Fastlane/FastlaneConfiguration"
Base0-->Base1["ToolSettings"]
Type["FastlaneMatchConfiguration"]
class Type type-node
Syntax
public class FastlaneMatchConfiguration : FastlaneConfiguration
Constructors
Name | Summary |
---|---|
Fastlane |
Properties
Name | Value | Summary |
---|---|---|
AppIdentifier | string |
Gets or sets the bundle identifier(s) of your app (comma-separated).
Inherited from Fastlane
|
CertificateType | Nullable |
Gets or sets the type of the certificate.
|
CloneBranchDirectly | bool |
Gets or sets a value indicating whether to clone just the branch specified, instead of the whole repo.
This requires that the branch already exists. Otherwise the command will fail.
|
Force | bool |
Gets or sets a value indicating whether to renew the provisioning profiles every time you run match.
Inherited from Fastlane
|
ForceForNewDevices | bool |
Gets or sets a value indicating whether to renew the provisioning profiles if the device count on the developer portal has changed.
|
GitBranch | string |
Gets or sets the specific git branch to use.
|
GitFullName | string |
Gets or sets the full name of the git user.
Inherited from Fastlane
|
GitUrl | string |
Gets or sets the URL to the git repo containing all the certificates.
|
GitUserEmail | string |
Gets or sets the git users email.
Inherited from Fastlane
|
KeyChainName | string |
Gets or sets the name of the keychain the items should be imported to.
|
KeyChainPassword | string |
Gets or sets the key chain password.
|
Platform | string |
Gets or sets the provisioning profile's platform to work with (i.e. ios, tvos)
Inherited from Fastlane
|
ReadOnly | bool |
Gets or sets a value indicating whether [read only].
|
ShallowClone | bool |
Gets or sets a value indicating whether to make a shallow clone of the repository (truncate the history to 1 revision).
|
SkipConfirmation | bool |
Gets or sets a value indicating whether to disable confirmation prompts during nuke, answering them with yes.
|
SkipDocs | bool |
Gets or sets a value indicating whether to skip generation of a README.md for the created git repository.
|
TeamId | string |
Gets or sets the team identifier.
Inherited from Fastlane
|
TeamName | string |
Gets or sets the name of the team.
Inherited from Fastlane
|
UseBundleExecution | bool |
Gets or sets a value indicating whether [use bundle execution].
Inherited from Fastlane
|
UserName | string |
Gets or sets your Apple ID Username.
Inherited from Fastlane
|
Verbose | bool |
Gets or sets a value indicating whether to print out extra information and all commands.
|
Workspace | DirectoryPath |
Gets or sets the workspace.
|
Extension Methods
Name | Value | Summary |
---|---|---|
Dump |
string |
Get a basic string representation of specified object.
From LoggingExtensions
Requires the Cake.Incubator addin
|
IsIn |
bool |
Checks if the source is contained in a list
From EnumerableExtensions
Requires the Cake.Incubator addin
|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp addin
|
NotNull |
void |
From IssuesArgumentChecks
Requires the Cake.Issues addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|