mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-05-20 23:11:09 +08:00
Name the 'appVersion' parameter consistently
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
* to be specified, which would otherwise default to the
|
||||
* App Store version of the app.
|
||||
*/
|
||||
+ (void)overrideAppVersion:(NSString *)deploymentKey;
|
||||
+ (void)overrideAppVersion:(NSString *)appVersion;
|
||||
|
||||
/*
|
||||
* This method allows dynamically setting the app's
|
||||
@@ -167,4 +167,4 @@ typedef NS_ENUM(NSInteger, CodePushUpdateState) {
|
||||
CodePushUpdateStateRunning,
|
||||
CodePushUpdateStatePending,
|
||||
CodePushUpdateStateLatest
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user