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

NSUserDefaults SuiteName #437

Closed dsshap closed 9 years ago

dsshap commented 9 years ago

Can I add group id suite name to App::Persistence?

I am attempting to use it Persistence to share data between a host app and a widget-extension (today extension)

markrickert commented 9 years ago

Not currently. You can see here that it's only set up to use standard user defaults.

It would be great if you wanted to add this and send a PR!