introduce RKManagedObjectCache protocol to CoreData component; cleanup remaining NSFetchRequest ivars that are now unused; add RKURL class for making resourcepath and baseurl params available to higher level components; cleanup Three20 library to incorporate latest updates from GateGuru codebase

This commit is contained in:
Jeff Arena
2010-10-18 16:36:24 -04:00
parent 592b2a9e32
commit 1a6fdeafd4
19 changed files with 211 additions and 152 deletions

View File

@@ -171,6 +171,7 @@ static RKObjectManager* globalManager = nil;
loader.method = method;
loader.params = params;
loader.source = object;
loader.managedObjectStore = self.objectStore;
return loader;
}