Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit cb7480f

Browse files
committed
fix main bundle search regression
1 parent cf3551f commit cb7480f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ios/CodePush/CodePushUpdateUtils.m

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,6 @@ + (NSString *)findMainBundleInFolder:(NSString *)folderPath
158158
NSString *mainBundlePathInFolder = [self findMainBundleInFolder:fullFilePath
159159
expectedFileName:expectedFileName
160160
error:error];
161-
if (!mainBundlePathInFolder) {
162-
return nil;
163-
}
164-
165161
if (mainBundlePathInFolder) {
166162
return [fileName stringByAppendingPathComponent:mainBundlePathInFolder];
167163
}

0 commit comments

Comments
 (0)