From 07cfb621077d714186ad8095fd78a594bfcd7161 Mon Sep 17 00:00:00 2001 From: Sam Soffes Date: Sat, 7 Sep 2013 08:38:55 -0700 Subject: [PATCH] Update readme --- Readme.markdown | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/Readme.markdown b/Readme.markdown index c549f43..969302a 100644 --- a/Readme.markdown +++ b/Readme.markdown @@ -8,14 +8,13 @@ SSZipArchive is a simple utility class for zipping and unzipping files. Features * Appending to zip files * Zipping files * Zipping NSData with a filename -* Works in ARC and non-ARC projects ## Adding to your project -1. Add `SSZipArchive.h`, `SSZipArchive.m`, and `minizip` to your project. +1. Add the `SSZipArchive` folder to your project. 2. Add the `libz` library to your target -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. +SSZipArchive requires ARC. ## Usage @@ -36,9 +35,7 @@ NSArray *inputPaths = [NSArray arrayWithObjects: ## Tests -Simply, open the Xcode project in the Tests directory and press Command-U to run the tests. - -[![Build Status](https://staging.travis-ci.org/soffes/ssziparchive.png?branch=master)](https://staging.travis-ci.org/soffes/ssziparchive) +Simply, open the Xcode 5 or higher project in the Tests directory and press Command-U to run the tests. ## License