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

Commit a067ca6

Browse files
committed
rename binary bundle date key
1 parent b773e86 commit a067ca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodePush.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ @implementation CodePush {
2424
static NSString *const DeploymentSucceeded = @"DeploymentSucceeded";
2525

2626
// These keys represent the names we use to store data in NSUserDefaults
27-
static NSString *const BinaryBundleDateKey = @"CODE_PUSH_BINARY_DATE";
2827
static NSString *const FailedUpdatesKey = @"CODE_PUSH_FAILED_UPDATES";
2928
static NSString *const PendingUpdateKey = @"CODE_PUSH_PENDING_UPDATE";
3029

@@ -37,6 +36,7 @@ @implementation CodePush {
3736
// that is associated with an update's package.
3837
static NSString *const PackageHashKey = @"packageHash";
3938
static NSString *const PackageIsPendingKey = @"isPending";
39+
static NSString *const BinaryBundleDateKey = @"binaryDate";
4040

4141
// These values are used to save the bundleURL and extension for the JS bundle
4242
// in the binary.

0 commit comments

Comments
 (0)