Antoine Cœur
|
2821ab5d3e
|
handling potential errors in zipOpenNewFileInZip
|
2017-10-02 02:59:21 +08:00 |
|
Antoine Cœur
|
f6fd858c20
|
Xcode 7 compatibility
v2.0.8
|
2017-09-30 13:43:23 +08:00 |
|
Antoine Cœur
|
6ec780b26a
|
macOS 10.8+ is needed
|
2017-09-30 13:22:44 +08:00 |
|
Antoine Cœur
|
f827cff917
|
2.0.8
|
2017-09-30 10:32:35 +08:00 |
|
Antoine Cœur
|
67f1711fe0
|
Merge pull request #385 from ZipArchive/encoding_autodetection
supporting encoding detection
|
2017-09-29 12:43:52 -05:00 |
|
Antoine Cœur
|
6f0bb4e9b4
|
fix #315 by removing the size_filename test.
latest minizip.
|
2017-09-30 01:42:17 +08:00 |
|
Antoine Cœur
|
5c10b9bed2
|
hexa is more readable than base64 for debugging unknown encodings
|
2017-09-29 19:06:16 +08:00 |
|
Antoine Cœur
|
eed7d2368d
|
removing iOS 7 compatibility
|
2017-09-29 02:43:27 +08:00 |
|
Antoine Cœur
|
b75031acd0
|
supporting encoding detection
|
2017-09-29 02:29:04 +08:00 |
|
Antoine Cœur
|
d6eea31fea
|
Xcode 9 friendly solution for logs
|
2017-09-28 03:32:49 +08:00 |
|
Antoine Cœur
|
b65da3ff20
|
hiding system messages on simulator
|
2017-09-28 01:32:31 +08:00 |
|
Antoine Cœur
|
76c8d2aeee
|
parameters on separate lines
|
2017-09-21 15:59:34 +08:00 |
|
Antoine Cœur
|
a29b765b4b
|
new devices
|
2017-09-21 15:57:56 +08:00 |
|
Antoine Cœur
|
5db5451166
|
fix regression from previous commit
|
2017-09-19 11:40:25 +08:00 |
|
Antoine Cœur
|
b9ce3814d4
|
latest minizip
|
2017-09-18 20:33:11 +08:00 |
|
Antoine Cœur
|
30eff54054
|
2.0.7
v2.0.7
|
2017-09-18 11:32:01 +08:00 |
|
Antoine Cœur
|
d94e717193
|
updated copyright
|
2017-09-18 11:08:13 +08:00 |
|
Antoine Cœur
|
5666c74d61
|
Merge pull request #379 from ZipArchive/gregorian
fix zipInfo:setDate: when currentCalendar was not gregorian
|
2017-09-18 10:44:24 +08:00 |
|
Antoine Cœur
|
25fb5cdf58
|
fix zipInfo:setDate: when currentCalendar was not gregorian
|
2017-09-17 19:51:47 +08:00 |
|
Antoine Cœur
|
961d471d39
|
readability and simplifications
|
2017-09-17 00:55:52 +08:00 |
|
Antoine Cœur
|
ec2cc3f474
|
Merge pull request #377 from ZipArchive/unicode_passwords
unicode passwords support
|
2017-09-16 23:47:21 +08:00 |
|
Antoine Cœur
|
8f7d1bb6db
|
add testZippingAndUnzippingWithUnicodePassword
fix testZipping and testZippingAndUnzippingForDate
|
2017-09-16 22:13:31 +08:00 |
|
Antoine Cœur
|
c8a93311b5
|
unicode passwords
|
2017-09-16 18:01:56 +08:00 |
|
Antoine Cœur
|
f9df6800d6
|
modernizing objectiveC
|
2017-09-14 00:31:27 +08:00 |
|
Antoine Cœur
|
bad8ca91e2
|
human readable xcodebuild destination
|
2017-09-13 20:12:05 +08:00 |
|
Antoine Cœur
|
dd86a28b22
|
SSZipArchive works on Xcode 7-9 and above, iOS 8-11 and above.
v2.0.6
|
2017-09-13 15:54:43 +08:00 |
|
Antoine Cœur
|
465f6210c4
|
fix compilation on Xcode 7.x
|
2017-09-13 00:47:45 +08:00 |
|
Antoine Cœur
|
a004f928cd
|
also printing error for Swift example project
|
2017-09-12 21:44:47 +08:00 |
|
Antoine Cœur
|
e7116f283f
|
alphabetic order
|
2017-09-12 21:36:56 +08:00 |
|
Antoine Cœur
|
fa3fe1dfd8
|
correctly reporting errors for createZipFileAtPath
|
2017-09-12 21:15:13 +08:00 |
|
Antoine Cœur
|
1c5bf00ec3
|
travis script on multiple lines for readability
|
2017-09-10 10:23:56 +08:00 |
|
Antoine Cœur
|
f3030e34ab
|
returning write errors and preventing multiple calls to close by setting _zip to nil
|
2017-09-10 03:07:15 +08:00 |
|
Antoine Cœur
|
44329ab1a1
|
avoiding calling the completionHandler twice
|
2017-09-10 02:49:18 +08:00 |
|
Antoine Cœur
|
bdbe304da3
|
applying some suggestions from AppCode
|
2017-09-09 23:05:11 +08:00 |
|
Antoine Cœur
|
5bb31f8d67
|
.gitignore simplified as we don't need to support Xcode3 (https://github.com/github/gitignore/blob/master/Global/Xcode.gitignore)
|
2017-09-09 20:22:22 +08:00 |
|
Antoine Cœur
|
7a2b2fe9d4
|
2.0.5
v2.0.5
|
2017-09-09 17:04:42 +08:00 |
|
Antoine Cœur
|
94da75db53
|
adding a watchos 2.0 target for Carthage
|
2017-09-09 15:08:42 +08:00 |
|
Antoine Cœur
|
75dad5ea8d
|
adding a tvos 9.0 target for Carthage
|
2017-09-09 14:01:27 +08:00 |
|
Antoine Cœur
|
a48f5d140a
|
fix unpacking empty files and folders
|
2017-09-09 13:27:10 +08:00 |
|
Antoine Cœur
|
dc8bf3558c
|
latest minishared
|
2017-08-29 13:24:50 +08:00 |
|
Joshua Hudson
|
77054d5ca5
|
update test pods
v2.0.4
|
2017-08-28 15:20:02 -07:00 |
|
Antoine Cœur
|
123e801b82
|
podspec bump
|
2017-08-25 13:58:28 +08:00 |
|
Antoine Cœur
|
77892c97d8
|
Merge pull request #368 from RobertCain/analyze-success
Fixes Analyze issue for success variable
|
2017-08-25 13:57:53 +08:00 |
|
Robert Cain
|
790b2c1454
|
Fixes Analyze: Local variable conflicts
with outer success variable
|
2017-08-24 17:45:08 +01:00 |
|
Joshua Hudson
|
528ca5694b
|
Update README.md
|
2017-08-10 09:25:22 -07:00 |
|
Joshua Hudson
|
b4d11dffc9
|
Merge pull request #363 from ibsh/master
Handle zero-length arguments
|
2017-08-01 20:10:45 -07:00 |
|
Ibrahim Sha'ath
|
6781d97343
|
Guard against the receipt of empty paths
|
2017-08-01 16:08:00 -07:00 |
|
Ibrahim Sha'ath
|
2a248f6b55
|
Add missing nullability specifier
|
2017-08-01 16:07:22 -07:00 |
|
Joshua Hudson
|
55b067b11c
|
Podlock updates
|
2017-08-01 12:27:12 -07:00 |
|
Joshua Hudson
|
889e4293d1
|
podspec bump
v2.0.3
|
2017-08-01 12:15:50 -07:00 |
|