File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -874,7 +874,7 @@ + (void) initialize {
874874 if (success) {
875875 return branchURL;
876876 } else {
877- BNCLogError (@" CreateBranchURL failed: %@ URL: %@ ." , error, branchURL);
877+ NSLog (@" [branch.io] Info: CreateBranchURL failed: %@ URL: %@ ." , error, branchURL);
878878 }
879879 }
880880 return nil ;
@@ -883,6 +883,7 @@ + (void) initialize {
883883NSURL * _Nonnull BNCURLForBranchDirectory_Unthreaded () {
884884 NSArray *kSearchDirectories = @[
885885 @(NSApplicationSupportDirectory),
886+ @(NSLibraryDirectory),
886887 @(NSCachesDirectory),
887888 @(NSDocumentDirectory),
888889 ];
@@ -905,7 +906,7 @@ + (void) initialize {
905906 attributes: nil
906907 error: &error];
907908 if (!success) {
908- BNCLogError (@" Worst case CreateBranchURL error: %@ URL: %@ ." , error, branchURL);
909+ NSLog (@" [io.branch] Error: Worst case CreateBranchURL error was : %@ URL: %@ ." , error, branchURL);
909910 }
910911 return branchURL;
911912}
You can’t perform that action at this time.
0 commit comments