iOS client for the Brewfactory project.
Read the stories of upgrading BrewMobile to ReactiveCocoa & Swift on AllTheFlow.
App for managing the brewing process from your iPhone.
- continuous temperature updates
- displays current phases with necessary info
- gives visual feedback of the current state
- brew designer - ability of composing new brew
- stopping current process
- Swift 2.1.x
- iOS >= 8.1
- socket.io
- ReactiveCocoa
Required minimum Xcode version: 7.1
Setting up the project with Carthage
In case you don't have Carthage installed, run:
$ brew update && brew install carthage
then:
$ carthage update --platform iOS
$ open BrewMobile.xcworkspace/