This Application is based on original https://github.com/devxoul/SwiftUITodo with EJDB2 storage engine on board.
- CocoaPods
- cmake
- XCode
Setup Podfile like this:
platform :ios, '9.0'
target 'EJDB2ExampleApp' do
use_frameworks!
pod "EJDB2"
endpod install --verboseInitial build takes some time - so be patient