Skip to content

Commit c1e5db6

Browse files
committed
Add ZipFoundation
1 parent 9c5c9b5 commit c1e5db6

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

Package.resolved

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)