Skip to content

Commit

Permalink
Merge branch 'dev' into core-clean
Browse files Browse the repository at this point in the history
  • Loading branch information
sverdlov93 authored Nov 7, 2024
2 parents ee721f0 + 85df769 commit fe39b33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/commands/configfile.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ func handleInteractiveConfigCreation(configFile *ConfigFile, confType project.Pr
return configFile.setDeployer(false)
case project.Cocoapods:
return configFile.setDeployerResolver()
case project.Swift:
return configFile.setDeployerResolver()
}
return
}
Expand Down
2 changes: 2 additions & 0 deletions common/project/projectconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const (
Build
Terraform
Cocoapods
Swift
)

type ConfigType string
Expand All @@ -64,6 +65,7 @@ var ProjectTypes = []string{
"build",
"terraform",
"cocoapods",
"swift",
}

func (projectType ProjectType) String() string {
Expand Down

0 comments on commit fe39b33

Please sign in to comment.