1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2026-04-05 02:40:08 +02:00

🏗 WIP: Adjust extension manager view

This commit is contained in:
2023-11-21 17:11:28 +01:00
parent cc0cc21e5f
commit f7e2551587
2 changed files with 13 additions and 10 deletions

View File

@@ -11,6 +11,7 @@ import Foundation
class BrewTapFormulae {
public static func from(tap: String) -> [String: Set<String>] {
let directory = "\(Paths.tapPath)/\(tap)/Formula"
let files = try? FileSystem.getShallowContentsOfDirectory(directory)
var availableExtensions = [String: Set<String>]()