Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<h2>Synchronize Mac and iOS Core Data applications via Dropbox, WebDAV and more</h2> <p><a href="https://github.com/nothirst/TICoreDataSync" rel="nofollow">TICoreDataSync</a> is an open source (<a href="http://en.wikipedia.org/wiki/MIT_License" rel="nofollow">MIT License</a>) framework, enabling cloud-based synchronization (with optional encryption) for Core Data applications running on both Mac OS X and iOS.</p> <p>Although it works well with Dropbox, TICoreDataSync is designed for use with a variety of different sync options. If the built-in classes don’t support what you need, it’s easy to extend the framework.</p> <p>Documentation These pages contain general guides and tutorials, as well as a Class Reference. The class reference is also available as an <a href="https://github.com/nothirst/TICoreDataSync/wiki/Installing%20the%20Docset" rel="nofollow">Xcode docset</a>.</p> <p>If you’re new to the framework, start with the <a href="https://github.com/nothirst/TICoreDataSync/wiki/Framework-Overview" rel="nofollow">Framework Overview</a> to understand the key classes and requirements. Then move on to the <a href="https://github.com/nothirst/TICoreDataSync/wiki/Mac%20Tutorial" rel="nofollow">Mac Tutorial</a>, which walks through adding TICoreDataSync to a Mac OS X Core Data non-document-based application.</p> <p>The GitHub repository includes sample document-based applications; these are described in the <a href="https://github.com/nothirst/TICoreDataSync/wiki/Guide%20to%20Example%20Apps" rel="nofollow">Guide to Example Apps</a>.</p> <p>The framework comes with a set of classes to support synchronization either via file locations that can be accessed through NSFileManager (e.g., desktop Dropbox), or through the Dropbox SDK REST client.</p> <p>If you need to support a different sync option, take a look at <a href="https://github.com/nothirst/TICoreDataSync/wiki/Extending%20the%20Framework" rel="nofollow">Extending the Framework</a>.</p> <h2>Support</h2> <p>If you run into problems, please let us know through the framework’s <a href="https://github.com/nothirst/TICoreDataSync/issues" rel="nofollow">GitHub Issues</a> page.</p> <h2>Acknowledgements</h2> <p>The encryption in TICoreDataSync is provided by code written by <a href="https://twitter.com/secboffin" rel="nofollow">Graham Lee</a>. It’s included in TICoreDataSync under the same license through generous support from <a href="https://twitter.com/kevinhoctor" rel="nofollow">Kevin Hoctor</a> at <a href="http://nothirst.com/" rel="nofollow">No Thirst Software</a>.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload