Any chance of updating the example app "GrocerySync"?

I’ve gotten past some of the errors by changing the depreciated methods but have stumbled on

223 - (NSArray*) replicateWithURL: (NSURL*)otherDbURL exclusively: (bool)exclusively
224 attribute((deprecated(“use replicationsWithURL:, then call -start”)));

and then app bombs after briefly displaying expected red screen with:

2014-01-01 14:31:31.782 GrocerySync[13432:11303] ------ application:didFinishLaunchingWithOptions:
2014-01-01 14:31:31.787 GrocerySync[13432:11303] Application windows are expected to have a root view controller at the end of application launch
2014-01-01 14:31:31.820 GrocerySync[13432:15203] *** ASSERTION FAILED: Cannot reindex view ‘byDate’ which has no map block set

Thanks!

Thank you for the head’s up, we’ll take a look. In the meantime, do feel free to file an issue against the GitHub project.