Skip to content

Tags: pedro-bread/UnzipKit

Tags

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 abbeycode#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 abbeycode#50)

* Fixed issues with localization (again) (Issue abbeycode#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 abbeycode#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 abbeycode#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 abbeycode#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 abbeycode#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 abbeycode#36)

1.7.2

Toggle 1.7.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 the nullability attributes of the 'password' argument in the UZ…

…KArchive intitializers (Issue abbeycode#34 - Thanks, Mohammad!)

1.7.1

Toggle 1.7.1's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Made UZKErrorDomain visible to clients written in Swift 2.2 or above …

…(Issue abbeycode#33)

1.7

Toggle 1.7's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Addressed three issues (abbeycode#27, abbeycode#29, abbeycode#26)

1.6.2

Toggle 1.6.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 some issues when extracting files from an archive