Blake Watters
|
d9d0f7a650
|
Eliminated the global sharedQueue in favor of allowing each RKClient to own its a private queue. This eliminates problems where multiple clients are tracking reachability notifications and mutating the suspension state on a single queue. If you want to use a single queue across multiple RKClient instances, you can assign a single queue to both and worry about suspension and reachability yourself. fixes #278
|
2011-09-03 15:52:45 -04:00 |
|
Blake Watters
|
570b13ca07
|
Updated Object Mapping documentation, added support for inferring object mappings based off of the type of the object used in postObject:, putObject:, etc. Made KVC validation optional.
|
2011-07-23 23:47:03 -04:00 |
|
Victor Kryukov
|
eca655abbd
|
Add Three20.bundle to make sure TTAlert works
|
2011-06-11 14:47:41 +04:00 |
|
Blake Watters
|
6fd9586e9c
|
Fixed RestKit aggregate build scheme
|
2011-03-25 10:54:43 -04:00 |
|
Blake Watters
|
e143a51d10
|
Worked through remaining issues with Archive builds by switching RestKit aggregate target to a real target, avoiding the copy issues with RestKit.h. Made Skip Install a project level default. Believe we are all set finally
|
2011-03-24 12:09:07 -04:00 |
|
Blake Watters
|
2109fae1ba
|
Finished cleaning up Core Data support. Happy with the new organization
|
2011-03-19 22:06:51 -04:00 |
|