A glossy Matrix collaboration client for iOS
Find a file
giomfo e36fee814d Merge pull request #832 from vector-im/fix_app_crash_table_view_data_source_not_set
Should fix App crash on exception: "UITableView dataSource is not set".
2016-11-28 08:52:55 +01:00
Vector Merge pull request #832 from vector-im/fix_app_crash_table_view_data_source_not_set 2016-11-28 08:52:55 +01:00
Vector.xcodeproj Device/Encryption Info View: remove horizontal scrolling 2016-11-25 16:49:27 +01:00
VectorTests Let Xcode (8.0) fix project warnings 2016-09-21 13:45:48 +02:00
.gitignore Rename directories of sample sources (matrixConsole) 2014-11-24 10:38:23 +01:00
AUTHORS.rst Add AUTHORS.rst 2016-10-20 10:16:42 +02:00
buildipa.sh Build script: prevent Xcode build cache issue 2016-08-16 16:45:24 +02:00
CHANGES.rst version++ 2016-11-23 18:01:28 +01:00
checkipa.sh Moved code in the Console folder to the root of the repo 2015-04-09 10:08:20 +02:00
CONTRIBUTING.rst Add CONTRIBUTING.rst 2016-10-19 17:33:42 +02:00
LICENSE Initial commit 2015-04-02 14:45:43 +02:00
Podfile version++ 2016-11-23 18:01:28 +01:00
Podfile.lock version++ 2016-11-23 18:01:28 +01:00
README.rst improve dev doc 2016-09-03 16:29:02 +01:00
use-dev-pods.sh Podfile: by default point to the release Matrix pods 2016-07-26 13:54:40 +02:00

Vector-ios
==========

Vector/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/vector-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 Vector Xcode workspace, you need to build it with the
CocoaPods command::

        $ cd Vector
        $ pod install

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

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

        $ open Vector.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.