Skip to content

Commit 956b230

Browse files
author
Edward Smith
committed
.
1 parent 3208358 commit 956b230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Branch-SDK/Branch-SDK/BNCSystemObserver.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ + (NSDate*) appBuildDate {
272272

273273
NSError *error = nil;
274274
NSString *bundleRoot = [[NSBundle mainBundle] bundlePath];
275-
if (!bundleRoot) bundleRoot = @"/";
275+
if (!bundleRoot) bundleRoot = @".";
276276
NSURL *bundleRootURL = [NSURL URLWithString:[@"file://" stringByAppendingString:bundleRoot]];
277277
if (bundleRootURL == nil) return nil;
278278
NSArray *fileInfoURLs =

0 commit comments

Comments
 (0)