mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-06-10 15:49:36 +08:00
sort var names
This commit is contained in:
@@ -40,9 +40,8 @@ static NSString *const PackageIsPendingKey = @"isPending";
|
||||
|
||||
// These values are used to save the bundleURL and extension for the JS bundle
|
||||
// in the binary.
|
||||
static NSString *bundleResourceName = @"main";
|
||||
static NSString *bundleResourceExtension = @"jsbundle";
|
||||
|
||||
static NSString *bundleResourceName = @"main";
|
||||
|
||||
#pragma mark - Public Obj-C API
|
||||
|
||||
|
||||
Reference in New Issue
Block a user