Skip to content

Commit 1deceec

Browse files
committed
Add ZipFoundation
1 parent 9387580 commit 1deceec

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

Package.resolved

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,15 @@
251251
"revision" : "67fa55813b9e7b3b9acee9c0ae501def28746d76",
252252
"version" : "2.1.2"
253253
}
254+
},
255+
{
256+
"identity" : "zipfoundation",
257+
"kind" : "remoteSourceControl",
258+
"location" : "https://github.com/weichsel/ZIPFoundation.git",
259+
"state" : {
260+
"revision" : "02b6abe5f6eef7e3cbd5f247c5cc24e246efcfe0",
261+
"version" : "0.9.19"
262+
}
254263
}
255264
],
256265
"version" : 2

Package.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ let package = Package(
4141
.package(url: "https://github.com/swift-server/swift-aws-lambda-runtime.git", from: "1.0.0-alpha.1"),
4242
.package(url: "https://github.com/soto-project/soto-s3-file-transfer.git", from: "1.2.0"),
4343
.package(url: "https://github.com/marmelroy/Zip.git", from: "2.1.2"),
44+
.package(url: "https://github.com/weichsel/ZIPFoundation.git", from: "0.9.19"),
4445
.package(url: "https://github.com/pointfreeco/swift-dependencies.git", from: "1.0.0")
4546
],
4647
targets: [
@@ -57,6 +58,7 @@ let package = Package(
5758
),
5859
.target(name: "DocUploadBundle", dependencies: [
5960
.product(name: "Zip", package: "Zip"),
61+
.product(name: "ZIPFoundation", package: "zipfoundation"),
6062
.product(name: "Dependencies", package: "swift-dependencies")
6163
]),
6264
.testTarget(name: "DocUploadBundleTests", dependencies: ["DocUploadBundle"], exclude: ["Fixtures"]),

0 commit comments

Comments
 (0)