I am trying to add a \"Drag and Drop\" gesture / function to my SwiftUI Mac application.
I want to drop files from my System/ Desktop into my Application. It is pos
Can’t you use onDrop(of:isTargeted:perform:)? You can pass your array of supported types in the of argument.
of