Commit Graph

445 Commits

Author SHA1 Message Date
Joshua Hudson
7b1b69ac63 Merge pull request #247 from jasdeepsaini/watchos_support_in_podspec
Added support for watchos to the podspec.
2016-04-06 11:45:06 -07:00
Jasdeep Saini
dd704514ed Updated the summary and description for the podspec to include watchOS. 2016-04-05 22:57:26 -05:00
Jasdeep Saini
c1af3293ed Added support for watchos to the podspec. 2016-04-05 22:25:05 -05:00
Joshua Hudson
8c51a6838f Fix #239 2016-03-23 16:54:24 -07:00
Joshua Hudson
4f81669eff Merge pull request #243 from evenlyio/tvos_support
tvOS support - Thanks!
2016-03-23 16:43:37 -07:00
Thomas Heß
767240fa71 Revert "bumped version number"
This reverts commit a595d64d12.
2016-03-23 09:27:06 +01:00
Thomas Heß
a595d64d12 bumped version number 2016-03-23 09:24:46 +01:00
Thomas Heß
bf55f841df added tvOS deployment target 2016-03-23 09:24:32 +01:00
Joshua Hudson
d16ce77f91 Merge pull request #237 from ClementPadovani/master
Fixes broken commit
2016-02-24 06:03:25 -08:00
ClementPadovani
4f526ae0c5 Merge pull request #1 from ClementPadovani/ClementPadovani-patch-1
Removed getters since they broke everything.
2016-02-24 14:55:11 +01:00
ClementPadovani
8ba930ef4b Removed getters since they broke everything.
Reverts this commit 03f70718a2 that broke the opening and closing of zip files as mentioned in https://github.com/ZipArchive/ZipArchive/issues/225
2016-02-24 14:54:39 +01:00
Joshua Hudson
e9313bf5c1 Update Release Instructions 2016-01-27 11:38:19 -08:00
Joshua Hudson
5a936a726a Create Release Instructions
I always forget all the steps. Especially now that we have cocoa pods and Carthage
2016-01-27 11:37:32 -08:00
Joshua Hudson
b89bc45c57 Fix podspec, it would not validate for OSX part of validation. See comment by @krzyzanowskim at https://github.com/CocoaPods/CocoaPods/issues/3638 2016-01-27 09:38:00 -08:00
Joshua Hudson
057c493755 Disabled Truncated File Fix since it is not yet in AES version of mini zip lib 2016-01-27 09:04:43 -08:00
Joshua Hudson
e6fb3f79fd Tests were trying to cast unsigned long long to NSInt and causing tests to fail reporting progress 2016-01-27 09:00:58 -08:00
Joshua Hudson
fe1d90c173 Working on fixing tests 2016-01-26 17:59:45 -08:00
Joshua Hudson
1f45f3316e Merge pull request #227 from LootApp/mac-target
Mac target added + fix carthage support
2016-01-18 12:25:05 -08:00
Kyle McAlpine
8ebad1d54f Mac target and scheme added. Changed iOS target name. Module/Product Names remain project name. 2016-01-01 21:44:37 +00:00
Stuart Clift
5d7b8d8158 Configure for non-local Carthage build. 2015-12-21 13:44:15 +00:00
Stuart Clift
46ee64b2da Add minimal installation instructions. 2015-12-21 13:33:41 +00:00
Stu
508963a2fc Conditionally import due to module name differences. 2015-12-16 08:33:20 +00:00
Stu
b4f17fd6d6 Integrate Carthage built framework 2015-12-16 08:14:08 +00:00
Stu
bec7858cf8 Fix incorrect method signature in header 2015-12-16 07:44:03 +00:00
Joshua Hudson
2b751f36d9 Merge pull request #216 from lagapollo/patch-1
update SSZipArchive.h
2015-12-15 09:34:07 -08:00
Joshua Hudson
7ee91f6d86 Merge pull request #221 from wooga/master
error properly when crc check fails
2015-12-15 09:33:23 -08:00
Nick Jensen
7c60734bcc error properly when crc check fails 2015-12-15 15:16:02 +01:00
Joshua Hudson
578a157d88 Merge pull request #218 from smumryak/master
Added carthage support
2015-12-12 14:47:44 -08:00
Sergiy Mumryak
2078ed2565 Added carthage support 2015-12-13 00:01:51 +02:00
lagapollo
098a1ffa62 forgot semi-colon 2015-12-07 09:37:56 +01:00
lagapollo
6abbd98082 update SSZipArchive.h
For a project, I need to write a folder into the zip archive.
The method writeFolderAtPath: withFolderName: is only private and I need it from outside. 

I can't use class method because i'm creating the archive manually, i have multiple folders and multiples files to zip.
2015-12-07 09:36:17 +01:00
Joshua Hudson
9d277af7e9 Merge pull request #213 from AlexUnique/master
Mitigate potential memory-allocation related flaws
2015-12-02 13:07:31 -08:00
Alex Kalinichenko
e97354433e Merge branch 'feature/Eliminate_unchecked_malloc_calls' into develop 2015-11-26 11:22:20 -05:00
Alex Kalinichenko
35fe9b6af4 Add guards for the malloc calls in zip.c file. 2015-11-26 11:11:01 -05:00
Alex Kalinichenko
744822d595 Add guards for the malloc calls in SSZipArchive.m file. 2015-11-26 10:47:55 -05:00
Joshua Hudson
644dedb048 Manually merged in AES support. #207, #199. Original PRs had errors. 2015-11-24 10:31:51 -08:00
Joshua Hudson
158f5747a8 Merge pull request #208 from ClementPadovani/patch-1
Added getters.
2015-11-17 09:13:36 -08:00
ClementPadovani
03f70718a2 Added getters.
Updated `BOOL` getters for `open` and `close`.
2015-11-17 15:17:13 +01:00
Joshua Hudson
7b2ccbb2b6 Update example podspecs (fixes #171) 2015-11-16 10:53:27 -08:00
Joshua Hudson
268556e8cf Merge pull request #206 from ZipArchive/revert-199-master
Revert "support aes,compatible old way for zip"
2015-11-16 10:47:12 -08:00
Joshua Hudson
c466f6bd99 Revert "support aes,compatible old way for zip" 2015-11-16 10:46:30 -08:00
Joshua Hudson
964eb630e6 Merge pull request #199 from SLboat/master
support aes,compatible old way for zip
2015-11-16 10:41:18 -08:00
Joshua Hudson
812be0abb2 Merge pull request #188 from ANNotunzdY/master
comment typo
2015-11-16 10:40:28 -08:00
Joshua Hudson
d2799f60a8 Merge branch 'master' of https://github.com/ZipArchive/ZipArchive 2015-11-16 10:04:02 -08:00
Joshua Hudson
f984dad1c0 Bump spec to 1.0.1 per #184 2015-11-16 10:03:50 -08:00
Joshua Hudson
8cc285d1fc Update Readme 2015-11-11 07:25:13 -08:00
Joshua Hudson
ed97cf82e3 Update Readme.md 2015-11-07 08:48:00 -08:00
Sen
c2bd1bd51b AES FIX 2015-10-29 10:14:32 +08:00
Sen
c601929993 compatible old way for zip 2015-10-29 06:57:03 +08:00
Sen
f9b0642936 Merge branch 'minizip-aes' 2015-10-28 20:49:46 +08:00