https://github.com/matrix-org/matrix-ios-console
The sample Matrix client for iOS
https://github.com/matrix-org/matrix-ios-console
Last synced: 11 months ago
JSON representation
The sample Matrix client for iOS
- Host: GitHub
- URL: https://github.com/matrix-org/matrix-ios-console
- Owner: matrix-org
- License: apache-2.0
- Created: 2015-04-02T12:23:23.000Z (over 11 years ago)
- Default Branch: develop
- Last Pushed: 2023-02-27T03:58:14.000Z (over 3 years ago)
- Last Synced: 2025-03-24T13:36:24.725Z (over 1 year ago)
- Language: Objective-C
- Size: 2.26 MB
- Stars: 46
- Watchers: 36
- Forks: 15
- Open Issues: 12
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
Console
=======
Console is an iOS Matrix client.
.. image:: https://linkmaker.itunes.apple.com/images/badges/en-us/badge_appstore-lrg.svg
:target: https://itunes.apple.com/us/app/matrix-console/id970074271?mt=8
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