Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.28 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.28 KB

🍬 Candy Dispenser iOS app

license release

📱 Pair and control your Bitcoin-enabled candy dispenser

Candy Dispenser iOS PairingCandy Dispenser iOS Overview

Intro

...

Run

gem install xcodeproj
carthage bootstrap --platform ios

Features

...

App structure

AppCoordinator
|____ PairingCoordinator
|____ DispenserCoordinator
| |____ UpdateCoordinator
| |____ RemoteNodeCoordinator

Regenerate gRPC files

export PATH=$PATH:/Users/davidknezic/repos/github.com/grpc/grpc-swift
protoc -I $GOPATH/src/github.com/the-lightning-land/sweetd/sweetrpc $GOPATH/src/github.com/the-lightning-land/sweetd/sweetrpc/rpc.proto --swift_out=Dispenser/RPC/ --swiftgrpc_out=Client=true,Server=false:Dispenser/RPC/