Skip to content

Tags: abbeycode/UnzipKit

Tags

2.0-beta3

Toggle 2.0-beta3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Updated beta notes

2.0-beta2

Toggle 2.0-beta2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Updated version to v2.0-beta2

2.0-beta

Toggle 2.0-beta's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fixed a couple of Podspec errors

1.9

Toggle 1.9's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
* Added support for `NSProgress` and `NSProgressReporting` in all ext…

…raction and iteration methods (Issue #32)

* Added detailed logging using new unified logging framework. See [the readme](README.md) for more details (Issue #47)
* Added support for archiving and restoring files' POSIX permissions (PRs #84, #86, #87 - Thanks, [@MartinLau7](https://github.com/MartinLau7)!)
* Added methods to check data integrity of an individual archived file, or the entire archive (Issue #63)
* Fixed a crasher in `extractBufferedDataFromFile:error:action:`, which also manifested in other methods that use it, like `validatePassword` (Issue #51 - Thanks, [@amosavian](https://github.com/amosavian), [@monobono](https://github.com/monobono), and [@segunlee](https://github.com/segunlee)!)
* Upgraded project to Xcode 9 and to the macOS 10.13 and iOS 11 SDKs (Issue #61)
* Consolidated targets so they're shared between iOS and macOS (Issue #62)
* Added a CocoaPods test spec (Issue #59)
* Improved the way warnings are ignored to be more consistent, and so they're only ignored in `minizip`, and not the UnzipKit sources (Issue #68)

1.8.5

Toggle 1.8.5's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
* Fixed issues with localization (again, again) (Issue #42). Thanks, @…

…stevenp!

1.8.4

Toggle 1.8.4's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
* Updated to Xcode 8 (Issue #50)

* Fixed issues with localization (again) (Issue #42). Thanks, @ConfusedVorlon and @tomjpsun

1.8.3

Toggle 1.8.3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Added travis-after-all installation (Issue #49)

1.8.2

Toggle 1.8.2's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Fixed issues with localization, that could affect submission through …

…iTunes Connect (Issue #42)

1.8.1

Toggle 1.8.1's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
• Added checking whether a file is compressed with the Deflate64 meth…

…od, and returning a specific error code for that unsupported format (Issue #37)

• Fixed internationalization, laying the groundwork for non-US-English localization in the future. If you use UnzipKit from Carthage or CocoaPods, and run your app using the Show non-localized strings option, UnzipKit's strings should no longer display as all-cap (Issue #38)

1.8

Toggle 1.8's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Fixed a bug causing delete operations (including writing updated data…

… with the 'overwrite' flag set to true) to fail when the archive resides on an external volume (Issue #36)