STRUCT
ExecutablePlugin
Contents
- Properties
namepath
- Methods
init(name:path:)
swift
public struct ExecutablePlugin: Codable, EquatableDefining the executable file.
Properties
name
swift
public let name: StringThe name of the executable
path
swift
public let path: String?(Optional) Custom path to folder with executable file inside zip archive. By default archive root.
Methods
init(name:path:)
swift
public init(name: String, path: String? = nil)