Skip to content

Commit d066084

Browse files
committed
fix: Fix SplunkCrashReportsTests crashreporter dependency
1 parent 6f915c1 commit d066084

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Package.swift

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,11 @@ func generateMainTargets() -> [Target] {
177177
),
178178
.testTarget(
179179
name: "SplunkCrashReportsTests",
180-
dependencies: ["SplunkCrashReports", "SplunkCommon", "PLCrashReporter"],
180+
dependencies: [
181+
"SplunkCrashReports",
182+
"SplunkCommon",
183+
.product(name: "CrashReporter", package: "PLCrashReporter")
184+
],
181185
path: "SplunkCrashReports/Tests"
182186
),
183187

0 commit comments

Comments
 (0)