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 Pem 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["FastlanePemConfiguration"]
class Type type-node
Syntax
public class FastlanePemConfiguration : FastlaneConfiguration
Constructors
Name | Summary |
---|---|
Fastlane |
Initializes a new instance of the FastlanePemConfiguration class.
|
Properties
Name | Value | Summary |
---|---|---|
ActiveDaysLimit | Nullable |
Gets or sets a value indicating if the current certificate is active for less than this number of days, generate a new one.
|
AppIdentifier | string |
Gets or sets the bundle identifier(s) of your app (comma-separated).
Inherited from Fastlane
|
Development | bool |
Gets or sets a value indicating whether to renew the development push certificate instead of the production one.
|
FileName | string |
Gets or sets the file name of the generated .pem file.
|
Force | bool |
Gets or sets a value indicating whether to create a new push certificate, even if the current one is active for 30 (or PEM_ACTIVE_DAYS_LIMIT) more days.
|
Force | bool |
Gets or sets a value indicating whether to renew the provisioning profiles every time you run match.
Inherited from Fastlane
|
GenerateP12 | bool |
Gets or sets a value determining whether to Generate a p12 file additionally to a PEM file.
|
GitFullName | string |
Gets or sets the full name of the git user.
Inherited from Fastlane
|
GitUserEmail | string |
Gets or sets the git users email.
Inherited from Fastlane
|
OutputPath | DirectoryPath |
Gets or sets the path to a directory in which all certificates and private keys should be stored.
|
P12Password | string |
Gets or sets the password that is used for your p12 file.
|
Platform | string |
Gets or sets the provisioning profile's platform to work with (i.e. ios, tvos)
Inherited from Fastlane
|
SavePrivateKey | bool |
Gets or sets a value indicating whether to save the private RSA key.
|
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
|
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
|