Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 643 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 643 Bytes

iOS client

Dependencies

You need to be on MacOS

  • The iOS and web clients shares some code. Because of this, you need to install web requirements and build for iOS:

    • cd ../web && yarn build_ios
  • Install Cocoapods

    • sudo gem install cocoapods
  • Install Swift Protobuf Plugin

    • brew install swift-protobuf
  • Install pods:

    • pod install
  • Open the project in XCode / AppCode

Running

  • On first app start, note the discovery code.

  • On the main node, add the iOS node with exo cell node add, paste the discovery code. Restart your main node.