Skip to content

STRUCT

Target.ForeignBuild

Contents

swift
public struct ForeignBuild: Codable, Equatable, Sendable

Describes the properties of a foreign (non-Xcode) build target.

Properties

script

swift
public let script: String

inputs

swift
public let inputs: [Input]

output

swift
public let output: Output

Released under the MIT License.