Potential fix to detecting symlinked apps
This commit is contained in:
parent
7d9c27aadf
commit
87384c93e2
@ -680,7 +680,7 @@ struct ConfigurationView: View {
|
||||
let enumerator = FileManager.default.enumerator(
|
||||
at: baseURL,
|
||||
includingPropertiesForKeys: [.isApplicationKey, .isDirectoryKey],
|
||||
options: [.skipsHiddenFiles]
|
||||
options: [.skipsHiddenFiles, .followsSymbolicLinks]
|
||||
)
|
||||
|
||||
return enumerator?.compactMap { item -> URL? in
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user