Skip to content

Commit

Permalink
fix(Project): Tuist use single test scheme
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Weidmann <[email protected]>
  • Loading branch information
PhilippeWeidmann committed Jul 24, 2024
1 parent 910396d commit 2390d9a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ import ProjectDescription
import ProjectDescriptionHelpers

let project = Project(name: "kDrive",
packages: [],
options: .options(
automaticSchemesOptions: .enabled(
targetSchemesGrouping: .singleScheme
)
),
targets: [
.target(name: "kDrive",
destinations: Constants.destinations,
Expand Down Expand Up @@ -66,7 +70,8 @@ let project = Project(name: "kDrive",
destinations: Constants.destinations,
product: .unitTests,
bundleId: "com.infomaniak.drive.mainTests",
deploymentTargets: Constants.deploymentTarget, infoPlist: .default,
deploymentTargets: Constants.deploymentTarget,
infoPlist: .default,
sources: [
"kDriveTests/**",
"kDriveTestShared/**"
Expand Down

0 comments on commit 2390d9a

Please sign in to comment.