WWDCCompanion
1.0.0
This Swift 3 application stores, displays, and lets the user search the WWDC 2017 sessions.
![]() |
![]() |
![]() |
![]() |
Clone the WWDCCompanion repository
Execute:
cd WWDCCompanion
git submodule update --init GRDB
cd GRDB
git submodule update --init SQLiteCustom/srcOpen WWDCCompanion.xcworkspace
Run the WWDCCompanion target
Perform full-text search in an SQLite database with GRDB.swift
Install GRDB with a custom build of SQLite
Render HTML templates with GRMustache.swift
Parse HTML with Fuzi