Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Latest commit

 

History

History
41 lines (28 loc) · 1.22 KB

CHANGELOG.md

File metadata and controls

41 lines (28 loc) · 1.22 KB

Changelog

Updated

  • Fixed a wrong setting for FRAMEWORK_SEARCH_PATHS that interfered with code signing
  • Added a proper value for CURRENT_PROJECT_VERSION to make the framework App Store compliant when using Carthage

Added

  • Carthage support

Updated

  • Improved error handling
  • Made consistent use of Swift's CocoaError instead of NSError

Updated

  • Changed default POSIX permissions when file attributes are missing
  • Improved docs
  • Fixed a compiler warning when compiling with the latest Xcode 9 beta

Added

  • Optional parameter to skip CRC32 checksum calculation

Updated

  • Tweaked POSIX buffer sizes to improve IO and comrpression performance
  • Improved source readability
  • Refined documentation

Removed

  • Optional parameter skip decompression during entry retrieval

Added

  • Initial release of ZIP Foundation.