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 pilot 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["FastlanePilotConfiguration"]
class Type type-node
Syntax
public class FastlanePilotConfiguration : FastlaneConfiguration
Constructors
Name | Summary |
---|---|
Fastlane |
Initializes a new instance of the FastlanePilotConfiguration class.
|
Properties
Name | Value | Summary |
---|---|---|
AppIdentifier | string |
Gets or sets the bundle identifier(s) of your app (comma-separated).
Inherited from Fastlane
|
AppleId | string |
Gets or sets the unique App ID provided by App Store Connect.
|
BetaAppDescription | string |
Gets or sets the beta app description when uploading a new build.
|
BetaAppFeedbackEmail | string |
Gets or sets the beta app email when uploading a new build.
|
ChangeLog | string |
Gets or sets the 'what's new' text when uploading a new build.
|
Command | PilotCommand |
Gets or sets the command to run with pilot.
|
DemoAccountRequired | bool |
Gets or sets a value indicating whether you need a demo account for Apple review.
|
Distribute | bool |
Gets or sets a value indicating whether the build be distributed to external testers.
|
string |
Gets or sets the tester's email.
|
|
FirstName | string |
Gets or sets the tester's first name.
|
Force | bool |
Gets or sets a value indicating whether to renew the provisioning profiles every time you run match.
Inherited from Fastlane
|
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
|
Groups | IEnumerable |
Gets or sets groups to associate tester to one group or more by group name / group id. E.g. `-g \"Team 1\",\"Team 2\"`
|
IpaFilePath | FilePath |
Gets or sets the path to the ipa file to upload.
|
ItcProvider | string |
Gets or sets the provider short name to be used with the iTMSTransporter to identify your team.
To get provider short name run `pathToXcode.app/Contents/Applications/Application\\ Loader.app/Contents/itms/bin/iTMSTransporter -m provider -u 'USERNAME' -p 'PASSWORD' -account_type itunes_connect -v off`.
The short names of providers should be listed in the second column
|
LastName | string |
Gets or sets the tester's last name.
|
Notify | bool |
Gets or sets a value indicating whether to notify external testers.
|
Platform | string |
Gets or sets the provisioning profile's platform to work with (i.e. ios, tvos)
Inherited from Fastlane
|
PortalTeamId | string |
Gets or sets the short ID of your team in the developer portal, if you're in multiple teams. Different from your iTC team ID!".
|
Reject |
bool |
Gets or sets a value indicating whether to expire previous build if it's 'waiting for review'.
|
SkipSubmission | bool |
Gets or sets a value indicating whether or not distributing action of pilot and only upload the ipa file.
|
SkipWaiting | bool |
Gets or sets a value indicating whether or not to wait for the build to process.
If set to true, the changelog won't be set, `distribute_external` option won't work and no build will be distributed to testers
|
TeamId | string |
Gets or sets the team identifier.
Inherited from Fastlane
|
TeamName | string |
Gets or sets the name of the team.
Inherited from Fastlane
|
TesterFilePath | FilePath |
Gets or sets the file path to a CSV file of testers.
|
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
|
WaitForUploadedBuild | bool |
Gets or sets a value indicating whether to use version info from uploaded ipa file to determine what build to use for distribution.
If set to false, latest processing or any latest build will be used
|
Wait |
Nullable |
Gets or sets the interval in seconds to wait for App Store Connect processing.
|
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
|