Ported RestKit to using managed object contexts with concurrency types. Numerous cleanups and API updates.

This commit is contained in:
Blake Watters
2012-07-16 22:47:06 -04:00
parent cfa0df1841
commit b25a1833b3
100 changed files with 1681 additions and 1692 deletions

View File

@@ -121,7 +121,7 @@
@end
@interface RKRouter (CompatibilityAliases)
@interface RKRouter (Deprecations)
/**
Use `[[router URLForObject:object method:method] resourcePath]` instead.

View File

@@ -87,7 +87,7 @@
@end
@implementation RKRouter (CompatibilityAliases)
@implementation RKRouter (Deprecations)
- (NSString *)resourcePathForObject:(NSObject *)object method:(RKRequestMethod)method DEPRECATED_ATTRIBUTE
{