Merge branch 'main' into 12.0-development

This commit is contained in:
Sasha Szpakowski
2023-12-02 13:40:49 -04:00
12 changed files with 78 additions and 88 deletions
+2
View File
@@ -149,6 +149,8 @@ static NSArray *getLovesInDocuments()
[paths addObject:path.stringByDeletingLastPathComponent];
}
[paths sortUsingSelector:@selector(localizedCaseInsensitiveCompare:)];
return paths;
}