From 1907e01147affd650f19ac1c70fcd17e77339b4e Mon Sep 17 00:00:00 2001 From: Geoffrey Goh Date: Wed, 13 Jul 2016 00:14:41 -0700 Subject: [PATCH] add comment --- ios/CodePush/CodePush.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ios/CodePush/CodePush.m b/ios/CodePush/CodePush.m index 93b8385..2c87dc5 100644 --- a/ios/CodePush/CodePush.m +++ b/ios/CodePush/CodePush.m @@ -52,8 +52,8 @@ static BOOL isRunningBinaryVersion = NO; static BOOL needToReportRollback = NO; static BOOL testConfigurationFlag = NO; -// These values are used to save the bundleURL and extension for the JS bundle -// in the binary. +// These values are used to save the bundleURL, extension and subdirectory +// for the JS bundle in the binary. static NSString *bundleResourceExtension = @"jsbundle"; static NSString *bundleResourceName = @"main"; static NSString *bundleResourceSubdirectory = nil;