Name the 'appVersion' parameter consistently

This commit is contained in:
Richard Hua
2016-08-03 16:31:41 -07:00
committed by GitHub
parent cdbf957f7d
commit 5892600d2e

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