Skip to content

Commit

Permalink
Corrected the database path
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Gummesson committed Sep 23, 2018
1 parent 9db479a commit 46b59c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BuildTimeAnalyzer/ProjectSelection.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class ProjectSelection: NSObject {

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

tableView.reloadData()
Expand Down

0 comments on commit 46b59c7

Please sign in to comment.