Skip to content

Commit 5a4e1fc

Browse files
committed
Readme tweaks
1 parent 38a0c1c commit 5a4e1fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ We do not release a Carthage pre-built package. Developers are encouraged to bui
5454
1. Add the `SSZipArchive` and `minizip` folders to your project.
5555
2. Add the `libz` and `libiconv` libraries to your target.
5656
3. Add the `Security` framework to your target.
57-
4. Add the following GCC_PREPROCESSOR_DEFINITIONS: `HAVE_INTTYPES_H HAVE_PKCRYPT HAVE_STDINT_H HAVE_WZAES HAVE_ZLIB $(inherited)`.
57+
4. Add the following GCC_PREPROCESSOR_DEFINITIONS: `HAVE_INTTYPES_H HAVE_PKCRYPT HAVE_STDINT_H HAVE_WZAES HAVE_ZLIB ZLIB_COMPAT $(inherited)`.
5858

5959
SSZipArchive requires ARC.
6060

@@ -87,7 +87,7 @@ SSZipArchive.unzipFileAtPath(zipPath, toDestination: unzipPath)
8787

8888
## License
8989

90-
SSZipArchive is protected under the [MIT license](https://github.com/samsoffes/ssziparchive/raw/master/LICENSE) and our slightly modified version of [minizip-ng (formally minizip)](https://github.com/zlib-ng/minizip-ng) 3.0.4 is licensed under the [Zlib license](https://www.zlib.net/zlib_license.html).
90+
SSZipArchive is protected under the [MIT license](https://github.com/samsoffes/ssziparchive/raw/master/LICENSE) and our slightly modified version of [minizip-ng (formally minizip)](https://github.com/zlib-ng/minizip-ng) 3.0.6 is licensed under the [Zlib license](https://www.zlib.net/zlib_license.html).
9191

9292
## Acknowledgments
9393

0 commit comments

Comments
 (0)