I am currently building a macOS project using SwiftUI. When I create the project, Main.storyboard file gets created automatically. I found some solution (here) to remove Main.storyboard file after setting the user interface as storyboard. But I did not find a way to delete the Main.storyboard when the user interface is SwiftUI. Any help would be appreciated! I have attached a screenshot of the macOS project with SwiftUI as the interface.

