Search code examples
core-datarubymotion

What's the workflow for adding CoreData to rubymotion WITHOUT using a DSL


I know you can include xcdatamodel resources, but what about a workflow for auto-generated NSManagedObject model files and categories? Are there any examples anywhere on the net with full fledge coredata examples on rubymotion NOT using a DSL? I would love to see an example workflow.

I'm extremely familiar with CoreData, but it seems like the rubymotion community only uses wrappers :(


Solution

  • I think there is one example of bare use of CoreData in the HipByte RubyMotion examples. It seems pretty straightforward, or as much as CoreData can be.

    Check their Locations app, and more specifically the LocationsStore class