Skip to content

Commit

Permalink
Remove unused addSigningStyle
Browse files Browse the repository at this point in the history
  • Loading branch information
godrei committed Oct 9, 2024
1 parent e2b23d5 commit 901c84e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions exportoptionsgenerator/exportoptionsgenerator.go
Original file line number Diff line number Diff line change
Expand Up @@ -369,18 +369,6 @@ func disableManagedBuildNumberFromXcode13(exportOpts exportoptions.ExportOptions
return exportOpts
}

func addSigningStyle(exportOpts exportoptions.ExportOptions, signingStyle exportoptions.SigningStyle) exportoptions.ExportOptions {
switch options := exportOpts.(type) {
case exportoptions.AppStoreOptionsModel:
options.SigningStyle = signingStyle
return options
case exportoptions.NonAppStoreOptionsModel:
options.SigningStyle = signingStyle
return options
}
return exportOpts
}

func addTeamID(exportOpts exportoptions.ExportOptions, teamID string) exportoptions.ExportOptions {
switch options := exportOpts.(type) {
case exportoptions.AppStoreOptionsModel:
Expand Down

0 comments on commit 901c84e

Please sign in to comment.