mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-06-09 20:25:15 +08:00
download-progress
This commit is contained in:
@@ -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];
|
||||
}
|
||||
|
||||
@@ -44,6 +44,6 @@
|
||||
<key>NSLocationWhenInUseUsageDescription</key>
|
||||
<string></string>
|
||||
<key>CodePushDeploymentKey</key>
|
||||
<string>your-deployment-key</string>
|
||||
<string>deployment-key-here</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
Reference in New Issue
Block a user