marmelroy / Zip

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

Target correct macOS version. #268

Open Stannieman opened 2 months ago

Stannieman commented 2 months ago

This lib uses URL which is only available from macOS 10.10. Also it references libarclite which, when building with Xcode 15, is only available when targeting macOS 12. So I bumped the deployment target.