Skip to content

Commit

Permalink
build: actually don’t enforce explicit deps
Browse files Browse the repository at this point in the history
  • Loading branch information
watt committed Oct 2, 2024
1 parent cd86f7a commit ea8cf31
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Samples/Tuist/Config.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
import ProjectDescription

let config = Config(
generationOptions: .options(enforceExplicitDependencies: true)
)
// This breaks snapshot tests, because iOSSnapshotTestCase depends on XCTest.
// ENABLE_TESTING_SEARCH_PATHS should sufficient but doesn't seem to work with
// enforceExplicitDependencies enabled.

//let config = Config(
// generationOptions: .options(enforceExplicitDependencies: true)
//)

0 comments on commit ea8cf31

Please sign in to comment.