rubymotion-community / BubbleWrap

Cocoa wrappers and helpers for RubyMotion (Ruby for iOS and OS X) - Making Cocoa APIs more Ruby like, one API at a time. Fork away and send your pull requests
Other
1.18k stars 208 forks source link

OpenURL #370

Closed jasonlor closed 9 years ago

jasonlor commented 10 years ago

open_url doesn't work for OS X

clayallsopp commented 10 years ago

Supporting open_url seems to make sense for OS X. Looks like NSWorkspace#openURL is what we want to use (docs)

I'd welcome a PR for it!