PBXNativeTarget

public final class PBXNativeTarget : PBXTarget

This is the element for a build target that produces a binary content (application or library).

  • Declaration

    Swift

    public required init(from decoder: Decoder) throws
  • Adds a dependency to the target.

    Throws

    an error if the dependency cannot be created.

    Declaration

    Swift

    public func addDependency(target: PBXNativeTarget) throws -> PBXObjectReference?

    Parameters

    target

    dependency target.

    Return Value

    target dependency reference.