A glossy Matrix collaboration client for iOS
Find a file
2017-08-21 18:45:16 +04:00
Riot Merge branch 'develop' into app-extension 2017-08-17 15:28:43 +02:00
Riot.xcodeproj RoomsListViewController should inherit from MXKRecentListViewController. 2017-08-21 14:07:49 +02:00
RiotShareExtension Sending the file with it's actual fiename, changes temporary search bar stykle to match the real one's style, showing only joined rooms for sharing 2017-08-21 18:45:16 +04:00
RiotTests Rebranding: replace Vector by Riot everywhere in the git and github repos 2017-03-08 10:43:27 +01:00
.gitignore GitIgnore update 2017-01-11 15:25:57 +01:00
AUTHORS.rst Revert "Dutch translation of the strings" 2017-07-05 15:23:08 +02:00
buildipa.sh Rebranding: replace Vector by Riot everywhere in the git and github repos 2017-03-08 10:24:21 +01:00
CHANGES.rst version++ 2017-08-08 15:48:25 +02:00
checkipa.sh Re-enable the aps-environment check 2017-01-09 13:50:19 +00:00
CONTRIBUTING.rst Rebranding: replace Vector by Riot everywhere in the git and github repos 2017-03-08 10:24:21 +01:00
LICENSE Initial commit 2015-04-02 14:23:23 +02:00
Podfile Merge branch 'develop' into app-extension 2017-08-17 15:28:43 +02:00
Podfile.lock version++ 2017-08-08 15:48:25 +02:00
README.rst Rebranding: replace Vector by Riot everywhere in the git and github repos 2017-03-08 10:24:21 +01:00
use-dev-pods.sh Podfile: by default point to the release Matrix pods 2016-07-26 13:54:40 +02:00

Riot-ios
==========

Riot/iOS 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/riot-open-source-collaboration/id1083446067?mt=8

It is based on MatrixKit (https://github.com/matrix-org/matrix-ios-kit) and MatrixSDK (https://github.com/matrix-org/matrix-ios-sdk).

You can build the app from source as per below:

Build instructions
==================

Before opening the Riot Xcode workspace, you need to build it with the
CocoaPods command::

        $ cd Riot
        $ pod install

This will load all dependencies for the Riot source code, including MatrixKit 
and MatrixSDK.  You will need an recent and updated (``pod update``) install of
CocoaPods.

Then, open ``Riot.xcworkspace`` with Xcode

        $ open Riot.xcworkspace

Developing
==========

Uncomment the right definitions of ``pod 'MatrixSDK'`` and ``pod 'MatrixKit'``
in ``Podfile`` for the versions you want to develop and build against, and
``pod install``.

Copyright & License
==================

Copyright (c) 2014-2016 OpenMarket Ltd

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or at:

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.