Skip to content

Commit 46b59c7

Browse files
author
Robert Gummesson
committed
Corrected the database path
1 parent 9db479a commit 46b59c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BuildTimeAnalyzer/ProjectSelection.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class ProjectSelection: NSObject {
2525

2626
func listFolders() {
2727
dataSource = DerivedDataManager.derivedData().compactMap{
28-
XcodeDatabase(fromPath: $0.url.appendingPathComponent("Logs/Build/Cache.db").path)
28+
XcodeDatabase(fromPath: $0.url.appendingPathComponent("Logs/Build/LogStoreManifest.plist").path)
2929
}.sorted(by: { $0.modificationDate > $1.modificationDate })
3030

3131
tableView.reloadData()

0 commit comments

Comments
 (0)