Русский (Russian)
Appearance
ENUM
AutomaticSchemesOptions.TargetSchemesGrouping
Contents
singleScheme
byNameSuffix(build:test:run:)
notGrouped
public enum TargetSchemesGrouping: Codable, Equatable, Sendable
Allows you to define what targets will be enabled for code coverage data gathering.
singleScheme
case singleScheme
Generate a single scheme for each project.
byNameSuffix(build:test:run:)
case byNameSuffix(build: Set<String>, test: Set<String>, run: Set<String>)
Group schemes according to the suffix of their names.
notGrouped
case notGrouped
Generate a scheme for each target.