Skip to content

Commit

Permalink
Fixes SimpletodoFinal
Browse files Browse the repository at this point in the history
  • Loading branch information
jleandroperez committed Oct 31, 2013
1 parent cb34dfd commit 995d558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/Simpletodo/SimpletodoFinal/SPAppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

1 comment on commit 995d558

@jleandroperez
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.