Static Methodswift-package-manager 6.0.1PackageDescription
when(platforms:)
Creates a target dependency condition.
Target.swift:1384- SwiftPM
- 5.7+
static func when(platforms: [Platform]) -> TargetDependencyCondition?
Parameters
- platforms
The applicable platforms for this target dependency condition.
See also
static func when(platforms: [Platform]?
) -> TargetDependencyCondition Creates a target dependency condition.