mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-06-12 00:25:25 +08:00
verifyHashForZipUpdate -> verifyHashForDiffUpdate
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user