From 5892600d2eb48f1b183b6336321af5cf2ef4514d Mon Sep 17 00:00:00 2001 From: Richard Hua Date: Wed, 3 Aug 2016 16:31:41 -0700 Subject: [PATCH] Name the 'appVersion' parameter consistently --- ios/CodePush/CodePush.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ios/CodePush/CodePush.h b/ios/CodePush/CodePush.h index 3e42060..feef97a 100644 --- a/ios/CodePush/CodePush.h +++ b/ios/CodePush/CodePush.h @@ -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 -}; \ No newline at end of file +};