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

Do not show warnings about iOS when building for OSX #338

Closed y8 closed 10 years ago

y8 commented 10 years ago

This will suppress annoying warnings

bubble-wrap/camera requires iOS to use.
bubble-wrap/ui requires iOS to use.

when building on OSX.

clayallsopp commented 10 years ago

:+1: good call, thanks!