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

Adds BW::Location.authorized? #380

Closed markrickert closed 10 years ago

markrickert commented 10 years ago

Closes #379.

Adds code and passing tests to add BW::Location.authorized? for a way to tell if location services are ON on the device, but specifically turned OFF for your application.

:sparkling_heart:

clayallsopp commented 10 years ago

I think this is an appropriate compromise/fix, big :+1: