mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-27 09:05:54 +03:00
[GH-ISSUE #1383] Remove Zip framework #1377
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#1377
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @NghiaTranUIT on GitHub (Oct 7, 2022).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1383
Description
Currently, ProxymanCore is using ZipFoundation framework and Proxyman for iOS uses Zip. They are basically the same. We should remove the Zip.
Acceptance Criteria
@NghiaTranUIT commented on GitHub (Oct 14, 2022):
Turn out we have to use this ZIP library instead of the ZipFoundation library, because the ZIP library maintains the root folder, which is important.
Ref:
github.com/NghiaTranUIT/NSProxy@68a043e2e5/NSProxy/NSProxy-iOS/NSProxy-iOS/Source/Services/App/ExportService.swift (L61)