tree: c31fd88eb0a63a229dbad64b159c0214a492d763 [path history] [tgz]
  1. ivy/
  2. ivy.xcodeproj/
  3. README.md
example/ivy/ios/README.md

Ivy iOS App source

This directory contains the source code to the Ivy iOS app.

To build, first create the mobile.framework out of the Go implementation of Ivy. Run:

go get robpike.io/ivy
gomobile bind -target=ios robpike.io/ivy/mobile

Place the mobile.framework directory in this directory, and then open ivy.xcodeproj in Xcode.