mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-29 04:36:58 +02:00
6737146912
Fixed boldface for the WIP section
30 lines
722 B
ReStructuredText
30 lines
722 B
ReStructuredText
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
|
|
|