Merge pull request #454 from Microsoft/tidy-overrideAppVersion-interface

Name the 'appVersion' parameter consistently
This commit is contained in:
Richard Hua
2016-08-03 18:00:14 -07:00
committed by GitHub

View File

@@ -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
};
};