Skip to content

Ignore mounted Developer Disk Images #1

@melomac

Description

@melomac

let nonSystemURLs: [URL] = volumes.filter({
!"\($0)".contains("/System")
})

What would you think about ignoring mounted Developer Disk Images? ex:

        let nonSystemURLs: [URL] = volumes.filter {
            !($0.path.hasPrefix("/System/Volumes/") || $0.path.hasPrefix("/Library/Developer/CoreSimulator/"))
        }
Image

Or, may be, just show physical disks?

I like the idea of displaying the volume name with the path. May be name and path could cycle on user click?

It would also be awesome if other volume "space" is represented with the diagonal line pattern, just like the Storage view:

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions