Skip to content

Commit

Permalink
Merge pull request MobileChromeApps#45 from werk85/master
Browse files Browse the repository at this point in the history
SSZipArchive dependency updated
  • Loading branch information
mmocny committed Dec 2, 2014
2 parents c4146ff + ce58b41 commit 1cc7864
Show file tree
Hide file tree
Showing 4 changed files with 310 additions and 202 deletions.
8 changes: 7 additions & 1 deletion src/ios/SSZipArchive.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
// SSZipArchive
//
// Created by Sam Soffes on 7/21/10.
// Copyright (c) Sam Soffes 2010-2011. All rights reserved.
// Copyright (c) Sam Soffes 2010-2014. All rights reserved.
//

#ifndef _SSZIPARCHIVE_H
#define _SSZIPARCHIVE_H

#import <Foundation/Foundation.h>
#include "unzip.h"

Expand All @@ -22,6 +25,7 @@

// Zip
+ (BOOL)createZipFileAtPath:(NSString *)path withFilesAtPaths:(NSArray *)filenames;
+ (BOOL)createZipFileAtPath:(NSString *)path withContentsOfDirectory:(NSString *)directoryPath;

- (id)initWithPath:(NSString *)path;
- (BOOL)open;
Expand All @@ -44,3 +48,5 @@

- (void)zipArchiveProgressEvent:(NSInteger)loaded total:(NSInteger)total;
@end

#endif /* _SSZIPARCHIVE_H */
Loading

0 comments on commit 1cc7864

Please sign in to comment.