We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9db479a commit 46b59c7Copy full SHA for 46b59c7
1 file changed
BuildTimeAnalyzer/ProjectSelection.swift
@@ -25,7 +25,7 @@ class ProjectSelection: NSObject {
25
26
func listFolders() {
27
dataSource = DerivedDataManager.derivedData().compactMap{
28
- XcodeDatabase(fromPath: $0.url.appendingPathComponent("Logs/Build/Cache.db").path)
+ XcodeDatabase(fromPath: $0.url.appendingPathComponent("Logs/Build/LogStoreManifest.plist").path)
29
}.sorted(by: { $0.modificationDate > $1.modificationDate })
30
31
tableView.reloadData()
0 commit comments