Add Wyatt Continuous Deployment as Sub package #236
@ -105,9 +105,6 @@ class BuildIpaTask extends BuildAppTask {
|
|||||||
'${getIosConfigResult.ok!.iosFolderPath}/${getIosConfigResult.ok!.gitCertsPrivateKeyFileName}',
|
'${getIosConfigResult.ok!.iosFolderPath}/${getIosConfigResult.ok!.gitCertsPrivateKeyFileName}',
|
||||||
keychainName: 'match',
|
keychainName: 'match',
|
||||||
keychainPassword: 'flutter-cd-cli',
|
keychainPassword: 'flutter-cd-cli',
|
||||||
userName: getIosConfigResult.ok!.userName,
|
|
||||||
teamId: getIosConfigResult.ok!.teamId,
|
|
||||||
teamName: getIosConfigResult.ok!.teamName,
|
|
||||||
gitUrl: getIosConfigResult.ok!.gitUrl,
|
gitUrl: getIosConfigResult.ok!.gitUrl,
|
||||||
gitPassphrase: getIosConfigResult.ok!.gitPassphrase,
|
gitPassphrase: getIosConfigResult.ok!.gitPassphrase,
|
||||||
),
|
),
|
||||||
|
@ -20,9 +20,6 @@ class FastlaneGetCertificatesParameters {
|
|||||||
required this.appIdentifier,
|
required this.appIdentifier,
|
||||||
required this.keychainName,
|
required this.keychainName,
|
||||||
required this.keychainPassword,
|
required this.keychainPassword,
|
||||||
required this.userName,
|
|
||||||
required this.teamId,
|
|
||||||
required this.teamName,
|
|
||||||
required this.gitUrl,
|
required this.gitUrl,
|
||||||
required this.gitPassphrase,
|
required this.gitPassphrase,
|
||||||
});
|
});
|
||||||
@ -31,9 +28,6 @@ class FastlaneGetCertificatesParameters {
|
|||||||
final String appIdentifier;
|
final String appIdentifier;
|
||||||
final String keychainName;
|
final String keychainName;
|
||||||
final String keychainPassword;
|
final String keychainPassword;
|
||||||
final String userName;
|
|
||||||
final String teamId;
|
|
||||||
final String teamName;
|
|
||||||
final String gitUrl;
|
final String gitUrl;
|
||||||
final String gitPassphrase;
|
final String gitPassphrase;
|
||||||
|
|
||||||
@ -42,9 +36,6 @@ class FastlaneGetCertificatesParameters {
|
|||||||
'git_private_key:$gitPrivateKey',
|
'git_private_key:$gitPrivateKey',
|
||||||
'keychain_name:$keychainName',
|
'keychain_name:$keychainName',
|
||||||
'keychain_password:$keychainPassword',
|
'keychain_password:$keychainPassword',
|
||||||
'username:$userName',
|
|
||||||
'team_id:$teamId',
|
|
||||||
'team_name:$teamName',
|
|
||||||
'git_url:$gitUrl',
|
'git_url:$gitUrl',
|
||||||
'storage_mode:git',
|
'storage_mode:git',
|
||||||
];
|
];
|
||||||
|
@ -40,6 +40,7 @@ class FastlaneGetCertificateUsecase
|
|||||||
'run',
|
'run',
|
||||||
'match',
|
'match',
|
||||||
'type:appstore',
|
'type:appstore',
|
||||||
|
'readonly:true',
|
||||||
...param.toList(),
|
...param.toList(),
|
||||||
],
|
],
|
||||||
environment: {
|
environment: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user