mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-06-14 09:59:12 +08:00
cache sync calls
This commit is contained in:
@@ -449,7 +449,7 @@ NSString * const UnzippedFolderName = @"unzipped";
|
||||
}
|
||||
|
||||
+ (void)installPackage:(NSDictionary *)updatePackage
|
||||
error:(NSError **)error
|
||||
error:(NSError **)error
|
||||
{
|
||||
NSString *packageHash = updatePackage[@"packageHash"];
|
||||
NSMutableDictionary *info = [self getCurrentPackageInfo:error];
|
||||
|
||||
Reference in New Issue
Block a user