Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Latest commit

 

History

History
37 lines (27 loc) · 1.81 KB

README.md

File metadata and controls

37 lines (27 loc) · 1.81 KB

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?