OSX Swift open URL in default browser
OSX Swift open URL in default browser 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 UIApplication.sharedApplication().openURL(NSURL(string: object.url)) but this works just on iOS and not on OSX And the Launch Services, I found has no examples for swift and there is a lot deprecated for OSX 10.10 Any help welcome - thanks. I guess it's because we're supposed to use the new Extensions instead... – Michele De Pascalis Nov 2 '14 at 22:31 I upvoted because I neede to know how to do that in iOS only xd – Josh Nov 12 '15 at 11:37 6 Answers ...