Português (Portuguese)
Appearance
Português (Portuguese)
Appearance
ENUM
AutomaticSchemesOptions.TargetSchemesGrouping Contents
singleSchemebyNameSuffix(build:test:run:)notGroupedpublic enum TargetSchemesGrouping: Codable, Equatable, SendableAllows you to define what targets will be enabled for code coverage data gathering.
singleScheme case singleSchemeGenerate 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 notGroupedGenerate a scheme for each target.