EJDB2 Example iOS project

January 10, 2020 ยท View on GitHub

This Application is based on original https://github.com/devxoul/SwiftUITodo with EJDB2 storage engine on board.

Prerequisites

  • Carthage
  • cmake
  • XCode

Setup

git clone https://github.com/Softmotions/EJDB2IOSExample
cd EJDB2IOSExample

carthage update --verbose

Initial build takes some time - so be patient

Also take a look on Cocoapods app version

Contents

  1. 1Prerequisites
  2. 2Setup