From 995d5584794b6c93596d760a39e75bbd5ab324a8 Mon Sep 17 00:00:00 2001 From: Jorge Leandro Perez Date: Thu, 31 Oct 2013 10:35:08 -0300 Subject: [PATCH] Fixes SimpletodoFinal --- samples/Simpletodo/SimpletodoFinal/SPAppDelegate.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/Simpletodo/SimpletodoFinal/SPAppDelegate.m b/samples/Simpletodo/SimpletodoFinal/SPAppDelegate.m index 676cc175..3130fcd0 100644 --- a/samples/Simpletodo/SimpletodoFinal/SPAppDelegate.m +++ b/samples/Simpletodo/SimpletodoFinal/SPAppDelegate.m @@ -45,7 +45,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:( [self.simperium startWithAppID:@"SIMPERIUM_APP_ID" APIKey:@"SIMPERIUM_API_KEY" model:[self managedObjectModel] - mainContext:[self managedObjectContext] + context:[self managedObjectContext] coordinator:[self persistentStoreCoordinator]]; return YES;