Skip to content

ENUM

GenerationOptions.AutogenerateLocalPodsProjects

Contents

  • Cases
    • disabled
    • automatic(_:_:)
    • manual(_:)
swift
public enum AutogenerateLocalPodsProjects: Codable, Equatable

Cases

disabled

swift
case disabled

Do not generate projects for podspec

automatic(_:_:)

swift
case automatic([FilePath], FilePath? = nil)

Generate projects for podspec automaticly

  • parameters:
    • first: globs for searching podspecs
    • second: path to folder where projects shoud be generate

manual(_:)

swift
case manual([FilePath: FilePath])

Generate projects for podspecs manualy

  • parameters:
    • first: map where key is a path to podspec, value is a path to generated project folder