element-ios/matrixConsole
2014-12-24 16:30:51 +01:00
..
matrixConsole Start a 1:1 chat with an user should not defined a name to let MatriX SDK manage it by itself (i.e. display the other member name) 2014-12-24 16:30:51 +01:00
matrixConsole.xcodeproj First implementation (incomplete) 2014-12-24 11:07:05 +01:00
matrixConsoleTests Rename directories of sample sources (matrixConsole) 2014-11-24 10:38:23 +01:00
.gitignore Rename directories of sample sources (matrixConsole) 2014-11-24 10:38:23 +01:00
Podfile Rename directories of sample sources (matrixConsole) 2014-11-24 10:38:23 +01:00
Podfile.lock Lock Console on the Matrix 0.2.0 pod 2014-12-22 10:38:20 +01:00
README.rst Rename directories of sample sources (matrixConsole) 2014-11-24 10:38:23 +01:00

Build instructions
==================

Before opening the sample workspace, you need to build it with the CocoaPods command::

        $ pod install

This will load your local SDK source code into the sample workspace. 


Then, open ``syMessaging.xcworkspace``.