ENUM
GenerationOptions.AutogenerateLocalPodsProjects
Contents
- Cases
disabledautomatic(_:_:)manual(_:)
swift
public enum AutogenerateLocalPodsProjects: Codable, EquatableCases
disabled
swift
case disabledDo 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
