Skip to content

Commit e729dce

Browse files
committed
Updated to v1.8
1 parent 71aff09 commit e729dce

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# UnzipKit CHANGELOG
22

3+
## 1.8
4+
5+
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)
6+
37
## 1.7.2
48

59
Fixed the nullability attributes of the 'password' argument in the UZKArchive intitializers (Issue #34 - Thanks, Mohammad!)

Source/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.7.2</string>
18+
<string>1.8</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

UnzipKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "UnzipKit"
3-
s.version = "1.7.2"
3+
s.version = "1.8"
44
s.summary = "An Objective-C zlib wrapper for compressing and decompressing Zip files"
55
s.license = "BSD"
66
s.homepage = "https://github.com/abbeycode/UnzipKit"

0 commit comments

Comments
 (0)