Giter Site home page Giter Site logo

cblite-coredata-sample-ios's Introduction

Couchbase Lite Core Data Sample App

This project demonstrates how to adapt existing Core Data-based code to use Couchbase Lite as its backing store and add data synchronization to a remote server.

It's based on Apple's "iPhoneCoreDataRecipes" sample application that's provided as part of the iOS SDK. Actually, "based on" may be an exaggeration; it is that sample, except with a handful of changes to use Couchbase Lite.

The changes are all in the source file RecipesAppDelegate.m and are delimited inside #if USE_COUCHBASE ... #endif blocks to make them easy to find. They relate to:

  • Creating the NSManagedObjectModel
  • Creating the NSPersistentStoreCoordinator
  • Starting replication/synchronization

Setup

Requirements: Xcode 4.6 or later. Devices must be running iOS 6 or later.

  1. Download Couchbase Lite for iOS.
  2. Copy CouchbaseLite.framework into the Extras directory of this project folder.
  3. Also copy CBLIncrementalStore.h and CBLIncrementalStore.m from the downloaded "Extras" subfolder into the Extras directory of this project folder. (NOTE: In Couchbase Lite beta 3 these files were accidentally omitted. You can download them from Github. Sorry!)
  4. Open Recipes.xcodeproj
  5. Build and run!

License

Apple's sample code license, which is reproduced at the top of every source file.

cblite-coredata-sample-ios's People

Contributors

snej avatar

Watchers

 avatar  avatar

Forkers

gedward lm2343635

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.