Skip to content
This repository has been archived by the owner on Jul 5, 2021. It is now read-only.
/ safe-ios-legacy Public archive

Gnosis Safe is a multi signature (2FA) wallet for personal usage.

License

Notifications You must be signed in to change notification settings

gnosis/safe-ios-legacy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

safe-ios-legacy

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.