/drivers-sixth-sense

Proof of concept iOS app with watch extension that communicates with OBD2 scanners

Primary LanguageSwiftBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Drivers Sixth Sense

Setup

Set up global configuration

cp Constants.swift.template DBRMN\ Car/Constants.swift

...and put the correct credentials in there.

Install dependencides (first install CocoaPods dependency manager if you don't already have it installed):

pod install

Open the .xcworkspace file in Xcode.