refactor: use manually signing xcarchive
This commit is contained in:
parent
61732adf9e
commit
897eb84042
@ -99,7 +99,8 @@ module Fastlane
|
|||||||
export_method: "app-store",
|
export_method: "app-store",
|
||||||
export_team_id: creds['team_id'].to_s,
|
export_team_id: creds['team_id'].to_s,
|
||||||
export_options: {
|
export_options: {
|
||||||
provisioningProfiles: creds['provisioning_profiles']
|
provisioningProfiles: creds['provisioning_profiles'],
|
||||||
|
signingCertificate: "Apple Distribution: Jagger & Lewis (8547YCHLVR)"
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user