Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit efa8862

Browse files
committed
download-progress
1 parent b4ce58e commit efa8862

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CodePushPackage.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ + (void)applyPackage:(NSDictionary *)updatePackage
208208

209209
[info setValue:info[@"currentPackage"] forKey:@"previousPackage"];
210210
[info setValue:packageHash forKey:@"currentPackage"];
211-
211+
212212
[self updateCurrentPackageInfo:info
213213
error:error];
214214
}

Examples/CodePushDemoApp/iOS/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
<key>NSLocationWhenInUseUsageDescription</key>
4545
<string></string>
4646
<key>CodePushDeploymentKey</key>
47-
<string>your-deployment-key</string>
47+
<string>deployment-key-here</string>
4848
</dict>
4949
</plist>

0 commit comments

Comments
 (0)