Commit Graph

243 Commits

Author SHA1 Message Date
Joshua Hudson ed97cf82e3 Update Readme.md 2015-11-07 08:48:00 -08:00
Joshua Hudson 1bb8a98d51 Add's back change from #189
To merge in a bunch of greate changes I had to revert #189. Now that those are in I can roll that change back in.
v0.4.0
2015-10-24 15:40:46 -07:00
Joshua Hudson 662da2d427 Merge pull request #194 from WPMedia/feature/ssziparchive
@ssoper enhancements.
2015-10-24 15:36:00 -07:00
Joshua Hudson 3a222d9155 Merge pull request #192 from ZipArchive/revert-187-patch-2
Revert "Update SSZipArchive.podspec"
2015-10-24 15:33:24 -07:00
Joshua Hudson ab7eb21412 Merge pull request #193 from ZipArchive/revert-189-master
Revert "Close file pointer after adding to archive"
2015-10-24 15:33:02 -07:00
Joshua Hudson 40229f248b Revert "Close file pointer after adding to archive" 2015-10-24 15:29:11 -07:00
Joshua Hudson a7b0ae8f35 Revert "Update SSZipArchive.podspec" 2015-10-24 15:28:41 -07:00
Sean Soper 9ab5928c55 bumping podspec to 0.4.0, minor edits to README 2015-10-24 17:25:50 -04:00
Joshua Hudson 5bdd904a38 Merge pull request #187 from scamps88/patch-2
Update SSZipArchive.podspec
2015-10-23 15:10:24 -07:00
Joshua Hudson 489bd49cb4 Merge pull request #189 from colincameron/master
Close file pointer after adding to archive
2015-10-23 15:07:21 -07:00
Sean Soper 67cef95bb6 updated doc 2015-10-23 14:23:12 -04:00
Sean Soper 5a422fc833 Roll back changes made since 0.3.3 which was last known working version, move C libs around to get working in Pods 0.39 space, add Swift example, add Objective-C example, move tests and ensure they pass 2015-10-23 14:15:31 -04:00
Sean Soper aa307f46db updated README 2015-10-23 11:52:53 -04:00
Colin Cameron 1f7d7372de Close file pointer after adding to archive
When adding files to an archive, the file pointer was being left open.
This was preventing adding large numbers of files to an archive.
2015-10-15 16:01:17 +01:00
Alberto Scampini 55f4fa6fc6 Update SSZipArchive.podspec
The source_files paths are not corresponding, so using cocoa pod to install SSZipArchive fais
2015-10-02 09:43:02 +02:00
Adam Yanalunas b7f0452bf8 Rename podspec back to SSZipArchive
This avoids conflict with the existing ZipArchive podspec by Matt Connolly
2015-09-29 22:54:58 -07:00
Adam Yanalunas eb36213ef9 Rename pod to SSZipArchive
There already exists ZipArchive and I believe that's causing issues when trying to push this speck up over pod trunk.
2015-09-29 22:42:30 -07:00
Adam Yanalunas c7ed207ca6 Point podspec to 0.3.3 branch 2015-09-26 14:16:47 -07:00
Adam Yanalunas cd458550d4 Fix podspec to point at SSZipArchive folder 2015-09-26 14:15:09 -07:00
Adam Yanalunas fc022ba86c Update podspec to v0.3.3 2015-09-26 13:07:19 -07:00
Douglas Bumby 90efaf41c7 Moved around some methods 2015-07-12 13:06:34 +01:00
Douglas Bumby b3d132ba39 Phew. that scared me 2015-07-12 13:04:40 +01:00
Douglas Bumby ff2e990759 Merge pull request #170 from ZipArchive/carthage-support
Add Carthage support and miscellaneous instructional improvements
2015-07-12 12:54:45 +01:00
Douglas Bumby 71daeedd09 Fix the manual instructions 2015-07-12 12:54:00 +01:00
Douglas Bumby 163a811ddb Add Carthage instructions and more 2015-07-12 12:52:18 +01:00
Douglas Bumby b7898d7fb4 Share schemes 2015-07-12 12:43:31 +01:00
Douglas Bumby ef6b668312 Forgot one SS reference 2015-07-12 12:34:58 +01:00
Douglas Bumby af51c6ad53 Fix spacing issue in code description 2015-07-12 12:32:46 +01:00
Douglas Bumby 1ebe3fa03c Cleanup Readme and podfile 2015-07-12 12:30:14 +01:00
Douglas Bumby 08d4a2a721 Merge pull request #169 from ZipArchive/new-project
Created new project with new name, major cleanup, removal of legacy code and more
2015-07-12 12:09:46 +01:00
Douglas Bumby 3797913580 Update LICENSE.txt 2015-07-12 12:08:29 +01:00
Douglas Bumby 7768bec22e New .gitignore; Add .DS_Store; Remove CocoaPods. 2015-07-12 12:07:16 +01:00
Douglas Bumby 3a07e9888d Move project around 2015-07-12 12:06:13 +01:00
Douglas Bumby f4119f3723 minor change 2015-07-12 12:03:37 +01:00
Douglas Bumby 6a6f6fe832 Fix mach o errors 2015-07-12 12:02:27 +01:00
Douglas Bumby 1a14dbb6d6 Add more tests 2015-07-12 11:56:37 +01:00
Douglas Bumby 0b01b24824 Add fixtures, tests and partially finished test class to new project 2015-07-11 23:56:45 +01:00
Douglas Bumby ded74bc073 Add new project (in the works) 2015-07-11 23:15:40 +01:00
Douglas Bumby 28be5a67ab Add new name to README v0.3.3 2015-06-13 16:02:19 -07:00
Douglas Bumby 7ccc986657 Merge pull request #154 from dimohamdy/master
Fix testCase and Apply modern Objc
2015-06-06 13:11:44 -07:00
Ahmed Hamdy cfee6b5b89 Testing unzipping 5 bytes zipped file #87 bug
it’s work
2015-06-06 21:03:19 +03:00
Ahmed Hamdy 676da25532 fix files not found reference 2015-06-06 20:51:51 +03:00
Ahmed Hamdy 8d2b39b5ec Fix testCase and apply modern Objc 2015-06-06 20:43:47 +03:00
Douglas Bumby af85bf97a9 Merge pull request #148 from caldofran/master
fixed podspec pointing to non-existing tag in the main repo
2015-04-23 11:24:49 -04:00
Ruben Mendez b07d0c5d51 fixed podspec pointing to non-existing tag in the main repo 2015-04-23 13:02:56 +02:00
Douglas Bumby aab8d383b3 Merge pull request #147 from caldofran/master
PodSpec update
2015-04-22 13:04:52 -04:00
Ruben Mendez 4c97093700 change to point to the right tag 2015-04-22 10:07:37 +02:00
Ruben Mendez a1cc7c1654 pointint to tag 2015-04-22 10:04:40 +02:00
Ruben Mendez 7a6c677c17 pod pointint to master 2015-04-22 10:02:57 +02:00
Douglas Bumby d607ba044b Merge pull request #146 from iosphere/fix-shadowed-variable
Avoid shadowing variable when extracting ZIP64 extra header fields
2015-04-14 16:34:39 -04:00