{"id":21916778,"url":"https://github.com/ccworld1000/ccssziparchive","last_synced_at":"2026-05-17T18:07:34.380Z","repository":{"id":56904345,"uuid":"177258327","full_name":"ccworld1000/CCSSZipArchive","owner":"ccworld1000","description":"CCSSZipArchive, SSZipArchive Utility class for zipping and unzipping files on iOS and Mac","archived":false,"fork":false,"pushed_at":"2019-03-23T15:15:00.000Z","size":319,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-02-27T16:33:37.374Z","etag":null,"topics":["archive","cccocos2d","ccssziparchive","cocos2d","ssziparchive","zip"],"latest_commit_sha":null,"homepage":"https://github.com/ccworld1000/CCSSZipArchive","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ccworld1000.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-03-23T07:28:48.000Z","updated_at":"2019-03-25T03:53:40.000Z","dependencies_parsed_at":"2022-08-21T02:50:22.763Z","dependency_job_id":null,"html_url":"https://github.com/ccworld1000/CCSSZipArchive","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccworld1000%2FCCSSZipArchive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccworld1000%2FCCSSZipArchive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccworld1000%2FCCSSZipArchive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccworld1000%2FCCSSZipArchive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ccworld1000","download_url":"https://codeload.github.com/ccworld1000/CCSSZipArchive/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244937753,"owners_count":20535124,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["archive","cccocos2d","ccssziparchive","cocos2d","ssziparchive","zip"],"created_at":"2024-11-28T19:20:07.005Z","updated_at":"2026-05-17T18:07:34.349Z","avatar_url":"https://github.com/ccworld1000.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SSZipArchive\n\nSSZipArchive is a simple utility class for zipping and unzipping files. Features:\n\n* Unzipping zip files\n* Unzipping password protected zip files\n* Creating zip files\n* Appending to zip files\n* Zipping files\n* Zipping NSData with a filename\n\n## Adding to your project\n\n```shell\npod 'CCSSZipArchive'\n```\n\n\n\n## Usage\n\n``` objective-c\n// Unzipping\nNSString *zipPath = @\"path_to_your_zip_file\";\nNSString *destinationPath = @\"path_to_the_folder_where_you_want_it_unzipped\";\n[SSZipArchive unzipFileAtPath:zipPath toDestination:destinationPath];\n\n// Zipping\nNSString *zippedPath = @\"path_where_you_want_the_file_created\";\nNSArray *inputPaths = [NSArray arrayWithObjects:\n                       [[NSBundle mainBundle] pathForResource:@\"photo1\" ofType:@\"jpg\"],\n                       [[NSBundle mainBundle] pathForResource:@\"photo2\" ofType:@\"jpg\"]\n                       nil];\n[SSZipArchive createZipFileAtPath:zippedPath withFilesAtPaths:inputPaths];\n```\n\n## Tests\n\nSimply, open the Xcode  or higher project in the Tests directory and press Command-U to run the tests.\n\n## License\n\nSSZipArchive is licensed under the [MIT license](https://github.com/samsoffes/ssziparchive/raw/master/LICENSE).  A slightly modified version of [Minizip](http://www.winimage.com/zLibDll/minizip.html) 1.1 is also included and is licensed under the [Zlib license](http://www.zlib.net/zlib_license.html).\n\n## Thanks\n\nThanks [aish](http://code.google.com/p/ziparchive) for creating [ZipArchive](http://code.google.com/p/ziparchive) which SSZipArchive is based on, Johnnie Walker ([@randomsequence](https://github.com/randomsequence)) for implementing creation support, and John Engelhart ([@johnezang](https://github.com/johnezang)) for all his amazing help along the way.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fccworld1000%2Fccssziparchive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fccworld1000%2Fccssziparchive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fccworld1000%2Fccssziparchive/lists"}