/contact-tracing-peer

📱 Peer node application for distributed contact tracing. Running on mobile phones.

Primary LanguageSwiftMIT LicenseMIT

contact-tracing-peer

A peer node application for distributed contact tracing. Running on iOS.

The state of the repo after the hackathon can be found in the branch hackathon

Setup

  1. Install XcodeGen: brew install xcodegen
  2. Create project: xcodegen generate
  3. Install Cocoapods: sudo gem install cocoapods
  4. Download dependencies: pod install
  5. Install Swiftgen: brew install swiftgen
  6. Generate asset types: swiftgen
  7. Get a .plist for Firebase and add it to src
  8. Open DistContactTracing.xcwokspace and run!