Any way to pre populate core data?
Here’s the best way (and doesn’t require SQL knowledge): Create a quick Core Data iPhone app (Or even Mac app) using the same object model as your List app. Write a few lines of code to save the default managed objects you want to the store. Then, run that app in the simulator. Now, go … Read more