Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unused Minizip from ReadiumStreamer
Browse files Browse the repository at this point in the history
mickael-menu committed Dec 6, 2024
1 parent 9117336 commit 1e6fd8e
Showing 4 changed files with 0 additions and 342 deletions.
1 change: 0 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -60,7 +60,6 @@ let package = Package(
dependencies: [
"CryptoSwift",
"Fuzi",
"Zip",
"ReadiumShared",
],
path: "Sources/Streamer",
321 changes: 0 additions & 321 deletions Sources/Streamer/Toolkit/ZIPArchive/ZIPArchive.swift

This file was deleted.

19 changes: 0 additions & 19 deletions Sources/Streamer/Toolkit/ZIPArchive/Zip.h

This file was deleted.

1 change: 0 additions & 1 deletion Support/CocoaPods/ReadiumStreamer.podspec
Original file line number Diff line number Diff line change
@@ -24,6 +24,5 @@ Pod::Spec.new do |s|
s.dependency 'ReadiumInternal'
s.dependency 'CryptoSwift', '~> 1.8.0'
s.dependency 'Fuzi', '~> 3.1.0'
s.dependency 'Minizip', '~> 1.0.0'

end

0 comments on commit 1e6fd8e

Please sign in to comment.