Skip to content
This repository was archived by the owner on Nov 30, 2019. It is now read-only.

iOSBrothers/RXZipArchiveDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

RXZipArchive

【from open code】https://github.com/ZipArchive/ZipArchive

       官方demo是使用cocoapods 看起来很方便, 但 我的项目是不使用 cocoapods。我就把官方demo编译一下 simulator + iphoneos > ZipArchive.framework ,放入自己的demo中,就会出现【apple mach-o linker error 或者 SSZipArchive.h 第14行 找不到SSZipCommon.h文件 not found 】错误。 我换成.a静态库,也是不行。后来就是用源码了,为了和支付宝的c文件名不冲突,我修改了原作者的文件名 加了一个前缀 Zip_xxxx


等有时间我在,好好写UI 展示一下

内部有隐藏功能

//内部有 7zZip zip RAR 的解压和压缩SDK源码 封装较好的 -> https://github.com/saru2020/SARUnArchiveANY

开源库

7zZip -> https://github.com/mdejong/lzmaSDK
zip -> https://github.com/ZipArchive/ZipArchive
RAR -> https://github.com/ararog/Unrar4iOS

如果你感兴趣,也去封装一下吧!! 最好不用扩展名去解压缩,而是用二进制头文件去判断

About

zip RAR 的解压和压缩

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •