Skip to content

Commit 4ca4955

Browse files
author
Edward Smith
committed
Fixed prefs copy.
1 parent b616578 commit 4ca4955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Branch-SDK/Branch-SDK/BNCPreferenceHelper.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ + (NSURL*) URLForPrefsFile {
729729

730730
+ (void) moveOldPrefsFile {
731731
NSURL *oldURL = [NSURL fileURLWithPath:self.prefsFile_deprecated];
732-
NSURL *newURL = [self URLForBranchDirectory];
732+
NSURL *newURL = [self URLForPrefsFile];
733733

734734
NSError *error = nil;
735735
[[NSFileManager defaultManager]

0 commit comments

Comments
 (0)