mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-29 12:46:58 +02:00
95b8bd69ec7733310d4e31af38b1472bd52aeac7
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
Languages
Swift
57.4%
Objective-C
41.7%
HTML
0.5%
Shell
0.2%