WWDC Companion

July 1, 2017 · View on GitHub

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

Screen shot 1Screen shot 2Screen shot 3Screen 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?