Commit Graph

445 Commits

Author SHA1 Message Date
Antoine Cœur
9562f0a48e Podfile and Acknowledgments 2017-07-20 20:52:11 +08:00
Joshua Hudson
66ab1372d8 Remove warnings from the 2.0 release 2017-07-19 12:33:46 -07:00
Joshua Hudson
b64a644f04 Update README.md 2017-07-17 17:49:44 -07:00
Joshua Hudson
ddd032f71f Update README.md 2017-07-17 17:49:27 -07:00
Joshua Hudson
5bb24be26b Update README.md 2017-07-17 09:07:11 -07:00
Joshua Hudson
6fc5255676 Merge pull request #345 from june20com/master
Added support for overwriting existing symlinks
2017-07-17 09:04:50 -07:00
Joshua Hudson
775a246b2b Update README.md 2017-07-17 08:59:15 -07:00
Joshua Hudson
75530e03e7 Merge pull request #348 from ZipArchive/Coeur-permissions
adding read+write permissions
2017-07-17 08:31:44 -07:00
Joshua Hudson
849fffc718 Merge pull request #350 from ZipArchive/2.0
2.0 branch merged into master
2017-07-17 08:31:10 -07:00
Antoine Cœur
09e7b26686 add example support for password 2017-07-12 15:19:45 +08:00
Antoine Cœur
d1d501d1d9 adding read+write permissions
This would grant read+write to all uncompressed files. An alternative way to implement it would be to make it an option.
2017-07-12 13:17:07 +08:00
Antoine Cœur
7232850da1 version 2.0 2017-07-02 20:20:50 +08:00
Joshua Hudson
eb4b6d1974 Merge branch 'master' into 2.0 2017-06-27 17:46:09 -07:00
Joshua Hudson
1a2e6cad09 Fix travis.yml to point to latest iPhone 7 plus image 2017-06-27 07:57:36 -07:00
Joshua Hudson
3b06542c05 Merge pull request #344 from Coeur/SSZipArchiveErrorCode
same FailedOpen error code is used for other files too
2017-06-27 07:55:51 -07:00
Joshua Hudson
22314ebcf2 Merge pull request #341 from Coeur/latest_minizip
latest minizip + fixes from @Coeur.
2017-06-27 07:53:41 -07:00
Antoine Cœur
d790693e2d Merge branch 'master' into latest_minizip
* master:
  Replace comma with semicolon
  Update .travis.yml

# Conflicts:
#	SSZipArchive/minizip/unzip.c
2017-06-27 22:23:37 +08:00
Antoine Cœur
a8bb56ca61 Merge pull request #342 from ravron/patch-2
Replace comma with semicolon
2017-06-26 14:47:15 +08:00
Antoine Cœur
73b893e145 Merge pull request #340 from Coeur/patch-1
Update .travis.yml
2017-06-26 14:39:51 +08:00
Antoine Cœur
11c9f3cd3f fix carthage targets 2017-06-25 23:13:18 +08:00
Antoine Cœur
3098eefc9d keeping aes as subdirectory of minizip for correct include path 2017-06-25 23:06:17 +08:00
Paulo Fierro
1ff099811e Added support for overwriting existing symlinks
Also added errors if these operations fail.
2017-06-22 12:57:32 -05:00
Antoine Cœur
f13ff57501 latest minizip 2017-06-22 12:06:35 +08:00
Antoine Cœur
db911cf076 same FailedOpen error code is used for other files too 2017-06-22 03:28:37 +08:00
Riley Avron
6316aa0dcb Replace comma with semicolon
I believe this comma should be a semicolon, since this looks like a full statement, and there's no reason to want the comma operator here as far as I can see.
2017-06-12 13:38:05 -07:00
Antoine Cœur
47e38d61a1 Update .travis.yml 2017-06-05 17:58:33 +08:00
Joshua Hudson
3f6592687a Update .travis.yml 2017-04-12 12:41:44 -07:00
Joshua Hudson
a339301074 Update .travis.yml 2017-04-12 12:10:34 -07:00
Joshua Hudson
92f3cac49f Fix Xcode 8.3 warnings 2017-04-12 09:52:48 -07:00
Joshua Hudson
fc57a16b98 podspec update 2017-04-10 17:45:25 -07:00
Joshua Hudson
98eeb1a862 Merge pull request #328 from MaddTheSane/fileSysRep
Use -fileSystemRepresentation for file names
2017-03-28 10:35:48 -07:00
Joshua Hudson
18703ddb15 Merge pull request #322 from Gucky/master
Public constants for error domain and error codes
2017-03-28 10:35:31 -07:00
Joshua Hudson
fc6123aae5 Merge pull request #318 from Coeur/errorForCompletionHandler
giving an NSError to completionHandler on failure
2017-03-28 10:34:37 -07:00
Joshua Hudson
4aa70f4237 Merge pull request #317 from Coeur/codeFormat
more consistent code format
2017-03-28 10:34:28 -07:00
Wolfgang Muhsal
4aaec09339 Merge pull request #1 from MaddTheSane/errDomains
Fix duplicate symbols of SSZipArchiveErrorDomain.
2017-03-28 17:18:31 +02:00
C.W. Betts
6614014ecc Fix duplicate symbols of SSZipArchiveErrorDomain. 2017-03-28 09:14:39 -06:00
C.W. Betts
ea2f4fc321 Use -fileSystemRepresentation for file names. 2017-03-28 09:04:05 -06:00
Wolfgang Muhsal
e451317de6 Public constants for error domain and error codes 2017-03-15 10:57:46 +01:00
Antoine Cœur
05789bd171 giving an NSError to completionHandler on failure; always calling completionHandler 2017-02-24 14:04:41 +08:00
Antoine Cœur
451fadc9be more consistent code format 2017-02-24 13:32:28 +08:00
Joshua Hudson
98c0fbf084 Add test for invalid password 2017-02-13 15:42:50 -08:00
Joshua Hudson
032173ba3d Pod loc file updated 2017-01-31 13:04:54 -08:00
Joshua Hudson
c063640a55 Merge pull request #311 from Coeur/xcodeWarning
Fix Xcode 8.3 beta warning message by changing code structure: if directoryCreated is false, we can’t call writeToFile:atomically:encoding:error:
2017-01-30 10:58:08 -08:00
Antoine Cœur
23db0c4b7d Xcode warning: if directoryCreated is false, we can’t call writeToFile:atomically:encoding:error: 2017-01-28 22:47:43 +08:00
Joshua Hudson
e3fdfed61a Fix broken test in SSZipArchiveTests.m 2017-01-23 22:38:17 -08:00
Joshua Hudson
83e12647c7 Travis YML file updated works with Travis and Xcode 8.2 2017-01-23 22:31:30 -08:00
Joshua Hudson
bca3071c70 Tweak broken test to make sure caught by travis 2017-01-23 22:30:57 -08:00
Joshua Hudson
841fd2ea2e break test to make sure travis is now building and catching errors 2017-01-23 22:23:15 -08:00
Joshua Hudson
005717dcd9 Update Travis YML 2017-01-23 22:16:07 -08:00
Joshua Hudson
aaaf20c60b Update Travis YML 2017-01-23 22:12:10 -08:00