How to open a url in system default browser by using Swift as programming language and OSX as plattform.
I found a lot with UIApplication like
UIAppl
MacOS Xcode 10 Swift 4.2 update
NSWorkspace.shared.open(URL(string: "https://www.google.com")!)