Instance Propertyswift-package-manager 6.0.3XCBuildSupport
productName
PIF.swift:569var productName: String
var productName: String
import XCBuildSupport
final class Target
An Xcode target, representing a single entity to build.
enum PIF
The Project Interchange Format (PIF) is a structured representation of the project model created by clients (Xcode/SwiftPM) to send to XCBuild.
@frozen struct String
A Unicode string value that is a collection of characters.
required init(from decoder: Decoder) throws
init(guid: GUID, name: String, productType: ProductType, productName: String, buildConfigurations: [BuildConfiguration], buildPhases: [BuildPhase], dependencies: [TargetDependency], impartedBuildSettings: PIF.BuildSettings)
var productType: ProductType
override func encode(to encoder: Encoder) throws
enum ProductType