Skip to content

Commit

Permalink
Add XCTest as linked framework
Browse files Browse the repository at this point in the history
  • Loading branch information
g-mark committed Jun 7, 2024
1 parent f51093e commit 4b44035
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ let package = Package(
name: "LassoTestUtilities",
dependencies: [
.target(name: "Lasso")
]
],
linkerSettings: [.linkedFramework("XCTest")]
)
]
)

0 comments on commit 4b44035

Please sign in to comment.