woshiccm / Pecker

CodePecker is a tool to detect unused Swift code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

workspace init method unused dbPath

andy380743909 opened this issue · comments

databasePath: NSTemporaryDirectory() + "index_\(getpid())",

should use the let dbPath = buildSettings.indexDatabasePath, right?