ProxymanApp / ProxymanApp/Proxyman
[BUG] Crash on DataCompression due to Xcode 14
Open
Nobody has claimed this yet.
✅ Done
bug
iOS
- Dominant language
- No language data
- Stars
- 7k
- Forks
- 237
- PR merge metrics
- No merged PRs in 30d
Description
Description
We're using the old version of the DataCompression library, which doesn't support Xcode 14.
Thus, the app might crash when clicking on the request.
Accpetance Criteria
- Remove the old DataCompression.swift
- Add new lib https://github.com/mw99/DataCompression
- Use
return data.inflate()to fix the missinggunzippedfunc in fileDataCompressionDecoder
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the old DataCompression.swift and the DataCompressionDecoder file, then compare their usage with the linked mw99/DataCompression library. Update the dependency and replace the missing gunzipped usage as specified; verify the app builds with Xcode 14 and no longer crashes when clicking a request.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- macos, swift
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100