File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -50,17 +50,21 @@ let testSupportVersion: Version = "0.1.0"
50
50
// from: testSupportVersion
51
51
// )
52
52
// )
53
+ package . targets. append (
54
+ " IssueReportingTestSupport "
55
+ )
53
56
#endif
54
57
55
58
for target in package . targets {
56
59
if target. name == " IssueReporting " {
57
- // #if os(macOS)
60
+ #if os(macOS)
61
+ target. dependencies. append ( " IssueReportingTestSupport " )
62
+ #else
63
+ // target.dependencies.append(
64
+ // .product(name: "IssueReportingTestSupport", package: "swift-issue-reporting-support")
65
+ // )
58
66
target. dependencies. append ( " IssueReportingTestSupport " )
59
- // #else
60
- // target.dependencies.append(
61
- // .product(name: "IssueReportingTestSupport", package: "swift-issue-reporting-support")
62
- // )
63
- // #endif
67
+ #endif
64
68
}
65
69
}
66
70
You can’t perform that action at this time.
0 commit comments