marmelroy / Zip

Swift framework for zipping and unzipping files.
MIT License
2.51k stars 452 forks source link

Support Ubuntu 24.04 #267

Closed fpseverino closed 3 months ago

fpseverino commented 3 months ago

In Ubuntu 24.04 fwrite no longer accepts optionals. Unwrapping the filePointer makes the package work on both Ubuntu 24.04 and 22.04.