A glossy Matrix collaboration client for iOS
Find a file
2015-04-03 11:56:54 +02:00
Console MatrixSDK repo splitting: Fake release called 0.3.2 to match the one from the original repo 2015-04-03 11:47:26 +02:00
.gitignore Rename directories of sample sources (matrixConsole) 2014-11-24 10:38:23 +01:00
CHANGES.rst Added a changes file 2015-04-03 10:29:27 +02:00
LICENSE Initial commit 2015-04-02 14:45:43 +02:00
README.rst Update README.rst 2015-04-03 11:16:13 +02:00

WIP
===

**This new repo is being extracted from its original repo (MatrixSDK).**

**This current master version is just a snapshot for being able to rebuild the 0.3.2 version of Console.**

Console
=======

Console is an iOS Matrix client. 

It is also a sample that demonstrates how to use MatrixSDK (https://github.com/matrix-org/matrix-ios-sdk) in an iOS app.


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

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

        $ cd Console
        $ pod install

This will load all dependencies for the Console source code, including MatrixSDK.

Then, open ``matrixConsole.xcworkspace`` with Xcode

        $ open matrixConsole.xcworkspace