Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 790 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 790 Bytes

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.