/final-project-cs3217-name

final-project-cs3217-name created by GitHub Classroom

Primary LanguageSwift

CS3217 Final Project

Instructions

Realm

To observe data in Realm data store,

  1. set a breakpoint anywhere
  2. po Realm.Configuration.defaultConfiguration.fileURL
  3. Open a shell and open [copied url]

Using FixtureGenerator

FixtureGenerator.swift is a static class that generates a realm database file. This file is generated by creating our Realm models and seeding them with values to make sanity checks and testing convenient.