download-progress

This commit is contained in:
Geoffrey Goh
2015-11-12 20:44:55 -08:00
parent b4ce58e812
commit efa88627e4
2 changed files with 2 additions and 2 deletions

View File

@@ -208,7 +208,7 @@ NSString * const StatusFile = @"codepush.json";
[info setValue:info[@"currentPackage"] forKey:@"previousPackage"];
[info setValue:packageHash forKey:@"currentPackage"];
[self updateCurrentPackageInfo:info
error:error];
}

View File

@@ -44,6 +44,6 @@
<key>NSLocationWhenInUseUsageDescription</key>
<string></string>
<key>CodePushDeploymentKey</key>
<string>your-deployment-key</string>
<string>deployment-key-here</string>
</dict>
</plist>