verifyHashForZipUpdate -> verifyHashForDiffUpdate

This commit is contained in:
Geoffrey Goh
2016-02-19 10:58:04 -08:00
parent 1d45e99fd1
commit e8307d6501
5 changed files with 17 additions and 14 deletions

View File

@@ -127,9 +127,9 @@
return nil;
}
+ (BOOL)verifyHashForZipUpdate:(NSString *)finalUpdateFolder
expectedHash:(NSString *)expectedHash
error:(NSError **)error
+ (BOOL)verifyHashForDiffUpdate:(NSString *)finalUpdateFolder
expectedHash:(NSString *)expectedHash
error:(NSError **)error
{
NSMutableArray *updateContentsManifest = [NSMutableArray array];
[self addContentsOfFolderToManifest:finalUpdateFolder