How can I render the Xcode Preview to a iMac device when I develop a macOS app there is no real device in
struct ContentView_Previews: PreviewProvider {
static var previews: some View {
ContentView()
}
}
All I see is the code I write but I would like to see the whole device before I even write a line code Apple is so inconsistent...
I Run Xcode on MacBook and iMac Pro and would like to see both devices in preview
Any help is highly valued!