Skip to content

STRUCT

ExecutablePlugin

Contents

swift
public struct ExecutablePlugin: Codable, Equatable

Defining the executable file.

Properties

name

swift
public let name: String

The 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)