Appearance
STRUCT
TargetMetadata
Contents
- Properties
tags
default
- Methods
metadata(tags:)
swift
public struct TargetMetadata: Codable, Equatable, Sendable
Properties
tags
swift
public var tags: [String]
default
swift
public static var `default`: TargetMetadata
Methods
metadata(tags:)
swift
public static func metadata(
tags: [String] = []
) -> TargetMetadata
Returns a target metadata.
- Parameters:
- tags: The list of tags to use. Used to select focused targets when generating the project.
- Returns: Target metadata
Parameters
Name | Description |
---|---|
tags | The list of tags to use. Used to select focused targets when generating the project. |