You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,18 +3,21 @@
3
3
4
4
# SSZipArchive
5
5
6
-
ZipArchive is a simple utility class for zipping and unzipping files on iOSand Mac.
6
+
ZipArchive is a simple utility class for zipping and unzipping files on iOS, macOS and tvOS.
7
7
8
8
- Unzip zip files;
9
9
- Unzip password protected zip files;
10
-
- Create new zip files;
10
+
- Unzip AES encrypted zip files;
11
+
- Create zip files;
12
+
- Create password protected zip files;
13
+
- Create AES encrypted zip files;
14
+
- Choose compression level;
11
15
- Append to existing zip files;
12
-
- Zip files;
13
16
- Zip-up NSData instances. (with a filename)
14
17
15
18
## Installation and Setup
16
19
17
-
*The main release branch is configured to support Objective C and Swift 3+. There is a 'swift23' branch which is a tied to a older 1.x release and will not be upgraded. Xcode 8.3+ removes support for Swift 2.3*
20
+
*The main release branch is configured to support Objective C and Swift 3+. There is a 'swift23' branch which is a tied to a older 1.x release and will not be upgraded.*
18
21
19
22
SSZipArchive works on Xcode 7-9 and above, iOS 8-11 and above.
SSZipArchive is protected under the [MIT license](https://github.com/samsoffes/ssziparchive/raw/master/LICENSE) and our slightly modified version of [Minizip](https://github.com/nmoinvaz/minizip) 1.1 is licensed under the [Zlib license](http://www.zlib.net/zlib_license.html).
63
+
SSZipArchive is protected under the [MIT license](https://github.com/samsoffes/ssziparchive/raw/master/LICENSE) and our slightly modified version of [Minizip](https://github.com/nmoinvaz/minizip) 1.2 is licensed under the [Zlib license](http://www.zlib.net/zlib_license.html).
0 commit comments