element-ios/README.rst

29 lines
762 B
ReStructuredText
Raw Normal View History

2015-04-03 09:08:30 +00:00
Console
=======
Console is an iOS Matrix client.
2015-04-24 14:41:56 +00:00
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.
2015-04-03 09:08:30 +00:00
2015-05-04 18:10:47 +00:00
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:
2015-04-03 09:13:05 +00:00
Build instructions
==================
2015-04-24 14:41:56 +00:00
Before opening the Console Xcode workspace, you need to build it with the
CocoaPods command::
2015-04-03 09:08:30 +00:00
$ cd Console
$ pod install
This will load all dependencies for the Console source code, including MatrixKit and MatrixSDK.
2015-04-03 09:08:30 +00:00
Then, open ``matrixConsole.xcworkspace`` with Xcode
2015-04-03 09:08:30 +00:00
$ open matrixConsole.xcworkspace
2014-12-24 16:26:27 +00:00