An iOS app for the Futurities project
##Prerequisites Garland-view library requires Xcode 10. Please install beta version from Apple Developer site.
##Installation
- Install Homebrew
- Install Carthage via
brew install carthage
- Build dependencies via
carthage update --platform IOS
- Once dependencies installed, open
.xcodproj
file,clean
the build viaShift+Cmd+K
, thenrun
it.