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

Fixed 'simulator?' method. Before it returned true, even though app w… #476

Closed holgersindbaek closed 8 years ago

holgersindbaek commented 8 years ago

Before it returned true, even though app was running on device. Now it returns true on simulator and false on device.

markrickert commented 8 years ago

Merged and version 1.9.4 released. Thanks!