A glossy Matrix collaboration client for iOS
Find a file
2019-04-25 16:10:22 +02:00
.github PULL_REQUEST_TEMPLATE: add "UI change has been tested on both light and dark themes" 2019-02-18 12:36:49 +01:00
fastlane [Fastfile] Update Xcode minimum version and set iCloud container environment. 2019-04-25 11:19:39 +02:00
Riot Handle button title for restore action case in SettingsKeyBackupTableViewSection. 2019-04-25 16:10:22 +02:00
Riot.xcodeproj Merge develop into riot_1483 2019-04-24 16:28:51 +02:00
RiotShareExtension [Share extension] Fix upgraded rooms show up twice (Fix #2293). 2019-04-09 19:20:33 +02:00
RiotTests Rebranding: replace Vector by Riot everywhere in the git and github repos 2017-03-08 10:43:27 +01:00
SiriIntents version++ 2019-03-21 16:32:34 +01:00
Tools Merge pull request #2372 from vector-im/riot_2323 2019-04-24 14:51:04 +02:00
.gitignore Update gitignore for Fastlane 2018-10-03 14:54:51 +02:00
.swiftlint.yml Add SwiftLint rules file 2019-02-27 10:07:00 +01:00
AUTHORS.rst Update Authors 2018-05-25 14:41:41 +02:00
buildipa.sh allowProvisioningUpdates just makes it timeout 2017-09-29 22:15:41 +01:00
CHANGES.rst Merge branch 'develop' into remove_iOS9_code 2019-04-25 12:33:47 +02:00
checkipa.sh checkipa.sh: Remove the assertion on the presence of archived-expanded-entitlements.xcent, which disappears with Xcode 9.3 2018-04-18 14:53:51 +02:00
CONTRIBUTING.rst Rebranding: replace Vector by Riot everywhere in the git and github repos 2017-03-08 10:24:21 +01:00
Gemfile Now use Cocoapods 1.6.x when using Fastlane 2019-02-22 10:39:12 +01:00
Gemfile.lock Update Cocoapods to 1.6.1 for Fastlane 2019-02-25 10:10:17 +01:00
LICENSE Initial commit 2015-04-02 14:23:23 +02:00
Podfile [Podfile] Bump deployment target to iOS 10.0 and remove MatrixSDK/JingleCallStack subspec from app extension. 2019-04-19 18:17:16 +02:00
Podfile.lock version++ 2019-03-21 14:57:44 +01:00
README.rst update copyright years 2019-02-18 16:07:11 +01:00
use-dev-pods.sh Podfile: Update use-dev-pods.sh 2017-10-17 10:20:13 +02:00

Riot-iOS
==========

.. image:: https://img.shields.io/matrix/riot-ios:matrix.org.svg?label=%23riot-ios:matrix.org
    :alt: #riot-ios:matrix.org
    :target: https://matrix.to/#/#riot-ios:matrix.org

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 ``$matrixKitVersion`` for the version you want to develop and build against. For example, if you are trying to build the develop branch, uncomment ``$matrixKitVersion = 'develop'`` and make sure the more specific MatrixKit version is commented out. Once you are done editing the ``Podfile``, run ``pod install``.

You may need to change the bundle identifier and app group identifier to be unique to get Xcode to build the app. Make sure to change the application group identifier everywhere by running a search for ``group.im.vector`` and changing every spot that identifier is used to your new identifier.

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

Copyright (c) 2014-2017 OpenMarket Ltd
Copyright (c) 2017 Vector Creations Ltd
Copyright (c) 2017-2019 New Vector 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.