MattHall / objectivesync forked from jcnnghm/objectivesync

An abstraction of the various synchronization policies used when linking a remote iPhone app to a supporting backend web service. Abstracted from the ObjectiveResource project.

This URL has Read+Write access

name age message
file .gitignore Fri Jan 30 05:44:54 -0800 2009 sync creates [vickeryj]
file Info.plist Wed Jan 28 14:48:55 -0800 2009 initial import [vickeryj]
file MainWindow.xib Mon May 04 20:59:43 -0700 2009 Nesting support added [Justin Cunningham]
directory NotesExampleApp/ Thu May 07 17:30:29 -0700 2009 Added some inline docs about nested model usage [Justin Cunningham]
file README Thu May 07 17:20:36 -0700 2009 Major refactor Added asynchronous add, update, ... [Justin Cunningham]
directory external_libs/ Thu May 07 17:20:36 -0700 2009 Major refactor Added asynchronous add, update, ... [Justin Cunningham]
directory lib/ Thu May 07 17:20:36 -0700 2009 Major refactor Added asynchronous add, update, ... [Justin Cunningham]
directory objectivesync.xcodeproj/ Mon May 04 20:59:43 -0700 2009 Nesting support added [Justin Cunningham]
file objectivesync_Prefix.pch Wed Jan 28 14:48:55 -0800 2009 initial import [vickeryj]
directory sample_rails_app/ Thu May 07 17:20:36 -0700 2009 Major refactor Added asynchronous add, update, ... [Justin Cunningham]
README
You'll notice while using the sample application that about 15% of all XML requests fail, and about 2 seconds of latency 
is added to each request.  This is to simulate more accurately cellular internet access for testing purposes.  You can 
verify request failure was intentionally caused by checking for the "Simulated Failure!" message in the console.