mirror of
https://github.com/jlengrand/5GUIs-1.git
synced 2026-03-10 08:01:25 +00:00
Beauty
...
This commit is contained in:
@@ -194,8 +194,8 @@ final class FileDetectionState: ObservableObject {
|
||||
|
||||
// scan the Frameworks directory
|
||||
do {
|
||||
let suburl = contents.appendingPathComponent("Frameworks")
|
||||
let files =
|
||||
let suburl = contents.appendingPathComponent("Frameworks")
|
||||
let files =
|
||||
try fm.contentsOfDirectory(at: suburl, includingPropertiesForKeys: nil,
|
||||
options: .skipsSubdirectoryDescendants)
|
||||
.map { $0.lastPathComponent }
|
||||
|
||||
Reference in New Issue
Block a user