Skip to content

Commit a684e63

Browse files
committed
Exclude ImagWrapper.swift and remove SwiftHash as dependency
1 parent e9b0f42 commit a684e63

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Package.swift

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,14 @@ let package = Package(
1313
],
1414
dependencies: [
1515
// Dependencies declare other packages that this package depends on.
16-
.package(url: "https://github.com/onmyway133/SwiftHash.git", .upToNextMinor(from: "2.0.0")),
1716
],
1817
targets: [
1918
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
2019
// Targets can depend on other targets in this package, and on products in packages which this package depends on.
2120
.target(
2221
name: "Cache",
23-
dependencies: ["SwiftHash"],
24-
path: "Source/Shared"),
22+
path: "Source/Shared",
23+
exclude: ["Library/ImageWrapper.swift"]), // relative to the target path
2524
.testTarget(
2625
name: "CacheTests",
2726
dependencies: ["Cache"],

0 commit comments

Comments
 (0)