A glossy Matrix collaboration client for iOS
Find a file
2015-07-21 11:30:37 +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 Let the application choose whether it wants to embed VoIP or not by moving OpenWebRTC wrapper into a seperate lib (https://github.com/matrix-org/matrix-ios-openwebrtc-wrapper) 2015-07-21 11:30:37 +02:00
matrixConsole.xcodeproj ANPS Handling: Apply MatrixKit changes. 2015-06-18 15:20:33 +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 Prepare release: add changes in Console in 0.5.0. 2015-07-10 11:49:56 +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:23:23 +02:00
Podfile Let the application choose whether it wants to embed VoIP or not by moving OpenWebRTC wrapper into a seperate lib (https://github.com/matrix-org/matrix-ios-openwebrtc-wrapper) 2015-07-21 11:30:37 +02:00
Podfile.lock Let the application choose whether it wants to embed VoIP or not by moving OpenWebRTC wrapper into a seperate lib (https://github.com/matrix-org/matrix-ios-openwebrtc-wrapper) 2015-07-21 11:30:37 +02:00
README.rst give app store url 2015-05-04 21:10:47 +03: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.

The app can be installed from the App Store at
https://itunes.apple.com/gb/app/matrix-console/id970074271?mt=8
or you can build from source as per below:

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