mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-06-10 23:59:42 +08:00
clear updates on new binary
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
// The below methods are only used during tests.
|
||||
+ (BOOL)isUsingTestConfiguration;
|
||||
+ (void)setUsingTestConfiguration:(BOOL)shouldUseTestConfiguration;
|
||||
+ (void)clearTestUpdates;
|
||||
+ (void)clearUpdates;
|
||||
|
||||
@end
|
||||
|
||||
@@ -84,7 +84,7 @@ failCallback:(void (^)(NSError *err))failCallback;
|
||||
|
||||
// The below methods are only used during tests.
|
||||
+ (void)downloadAndReplaceCurrentBundle:(NSString *)remoteBundleUrl;
|
||||
+ (void)clearTestUpdates;
|
||||
+ (void)clearUpdates;
|
||||
|
||||
@end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user