We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3208358 commit 956b230Copy full SHA for 956b230
Branch-SDK/Branch-SDK/BNCSystemObserver.m
@@ -272,7 +272,7 @@ + (NSDate*) appBuildDate {
272
273
NSError *error = nil;
274
NSString *bundleRoot = [[NSBundle mainBundle] bundlePath];
275
- if (!bundleRoot) bundleRoot = @"/";
+ if (!bundleRoot) bundleRoot = @".";
276
NSURL *bundleRootURL = [NSURL URLWithString:[@"file://" stringByAppendingString:bundleRoot]];
277
if (bundleRootURL == nil) return nil;
278
NSArray *fileInfoURLs =
0 commit comments