cache sync calls

This commit is contained in:
Geoffrey Goh
2016-02-05 15:52:25 -08:00
parent e70516b6c6
commit 35201d1640
3 changed files with 26 additions and 8 deletions

View File

@@ -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];