Skip to content

Getting Started

CMasterson edited this page Aug 17, 2023 · 4 revisions

A fresh clone of the repository will not build. There are a few things we need to do before we can start writing awesome code.

Setup Secrets

We provide a set of example secrets that need to be copied into a .xcconfig file. From the root directory in Terminal run:
cp Config/secrets.xcconfig.example Config/secrets.xcconfig

The app will now build, but you will be unable to log in. We are working to resolve this issue for Open source Contributors.

Tests

Similarly, we have a secrets file for testing. From the root directory in Terminal run:
cp Config/secrets.xcconfig.example Config/secrets_test.xcconfig