diff --git a/plugin.xml b/plugin.xml index b093f83..67ba776 100644 --- a/plugin.xml +++ b/plugin.xml @@ -57,6 +57,7 @@ + @@ -65,7 +66,7 @@ - + diff --git a/src/ios/ZipArchiveAdapter.m b/src/ios/ZipArchiveAdapter.m index ef6cdf9..683d69b 100644 --- a/src/ios/ZipArchiveAdapter.m +++ b/src/ios/ZipArchiveAdapter.m @@ -27,7 +27,7 @@ // + (BOOL)createZipFileAtPath:(NSString *)path withFilesAtPaths:(NSArray *)paths int diskSize = (int) (maxSize * 1024 * 1024); - BOOL success = [SSZipArchive createZipFileAtPath:path withFilesAtPaths:files diskSize:diskSize]; + BOOL success = [SSZipArchive createZipFileAtPath:path withFilesAtPaths:files]; if (success) { NSLog(@"Success zip"); self.zipEventHandler(path);