To add a little answer to my question, I noticed that the sample recipe sample application comes with the default sqlite repository by default:
if (![fileManager fileExistsAtPath:storePath]) {
NSString *defaultStorePath = [[NSBundle mainBundle] pathForResource:@"Recipes" ofType:@"sqlite"];
if (defaultStorePath) {
[fileManager copyItemAtPath:defaultStorePath toPath:storePath error:NULL];
}
}
, , plist! (TemperatureData.plist) ....