A glossy Matrix collaboration client for iOS
Find a file
2015-04-22 16:53:13 +02:00
en.lproj Moved code in the Console folder to the root of the repo 2015-04-09 10:08:20 +02:00
matrixConsole Display MatrixKit version every where the MatrixSDK version is already displayed 2015-04-22 14:52:51 +02:00
matrixConsole.xcodeproj Rename MatrixSDKHandler with MatrixHandler. 2015-04-17 18:58:53 +02:00
matrixConsoleTests Moved code in the Console folder to the root of the repo 2015-04-09 10:08:20 +02:00
.gitignore Rename directories of sample sources (matrixConsole) 2014-11-24 10:38:23 +01:00
buildipa.sh Moved code in the Console folder to the root of the repo 2015-04-09 10:08:20 +02:00
CHANGES.rst Updated CHANGES 2015-04-22 16:53:13 +02:00
checkipa.sh Moved code in the Console folder to the root of the repo 2015-04-09 10:08:20 +02:00
icon.svg Moved code in the Console folder to the root of the repo 2015-04-09 10:08:20 +02:00
LICENSE Initial commit 2015-04-02 14:45:43 +02:00
Podfile Make Console develop use MatrixSDK develop branch (instead of matrix_kit) 2015-04-22 16:01:52 +02:00
Podfile.lock Make Console develop use MatrixSDK develop branch (instead of matrix_kit) 2015-04-22 16:01:52 +02:00
README.rst Update README.rst 2015-04-03 18:29:46 +02:00

Console
=======

Console is an iOS Matrix client. 

It is also a sample that demonstrates how to use MatrixKit (https://github.com/matrix-org/matrix-ios-kit) and 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 MatrixKit and MatrixSDK.

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

        $ open matrixConsole.xcworkspace