File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ - (BOOL)unzipFile:(NSString *)member fromArchiveAtPath:(NSString *)zipPath intoD
102102 //
103103 // system() and NSTask() are not available when running tests in the iOS simulator
104104
105- BOOL success = [SSZipArchive unzipFileAtPath: zipPath toDestination: [ destinationPath stringByAppendingString: member] overwrite: YES password: nil error: error];
105+ BOOL success = [SSZipArchive unzipFileAtPath: zipPath toDestination: destinationPath overwrite: YES password: nil error: error];
106106
107107 if (!success) {
108108 NSLog (@" Unzip failed" );
@@ -129,6 +129,7 @@ - (BOOL)unzipFile:(NSString *)member fromArchiveAtPath:(NSString *)zipPath intoD
129129 return success;
130130
131131#endif
132+
132133}
133134
134135#pragma mark API
You can’t perform that action at this time.
0 commit comments