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
xCode 9 update
let url = URL(string: "https://www.google.com")! UIApplication.shared.open(url, options: [:], completionHandler: nil)