Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 978 Bytes

File metadata and controls

23 lines (15 loc) · 978 Bytes

safe-ios

Build Status codecov.io

Download in the AppStore

Getting Started

To set up all project dependencies, run from the project directory in terminal:

$> scripts/bootstrap.sh

To get the app built, copy example files:

$> cp .env.default.example .env.default
$> cp AppConfig.example.yml AppConfig.yml
$> cp GoogleService-Info.example.plist safe/safe/GoogleService-Info.plist

Then comment out the lines 40-43 in the safe/safe/AppDelegate.swift file to disable Firebase. This will make your app running in simulator.