Skip to content

Commit 5651fb2

Browse files
committed
Add ARC note to readme
1 parent cd0be37 commit 5651fb2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Readme.markdown

+3
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,15 @@ SSZipArchive is a simple utility class for zipping and unzipping files. Features
88
* Appending to zip files
99
* Zipping files
1010
* Zipping NSData with a filename
11+
* Works in ARC and non-ARC projects
1112

1213
## Adding to your project
1314

1415
1. Add `SSZipArchive.h`, `SSZipArchive.m`, and `minizip` to your project.
1516
2. Add the `libz` library to your target
1617

18+
You don't need to do anything regarding ARC. SSZipArchive will detect if you're not using ARC and add the required memory management code.
19+
1720
## Usage
1821

1922
``` objective-c

0 commit comments

Comments
 (0)