/WWDCCompanion

A demo app for full text search with GRDB.swift

Primary LanguageSwift

WWDC Companion

This Swift 3 application stores, displays, and lets the user search the WWDC 2017 sessions.

Screen shot 1 Screen shot 2 Screen shot 3 Screen shot 4

How to run the app

  • Clone the WWDCCompanion repository

  • Execute:

    cd WWDCCompanion
    git submodule update --init GRDB
    cd GRDB
    git submodule update --init SQLiteCustom/src
  • Open WWDCCompanion.xcworkspace

  • Run the WWDCCompanion target

What’s in this demo?