element-ios/README.rst

25 lines
598 B
ReStructuredText
Raw Normal View History

2015-08-10 12:57:35 +00:00
Vector-ios
==========
2015-04-03 09:08:30 +00:00
2015-08-10 12:57:35 +00:00
Vector/iOS is an iOS Matrix client.
2015-04-03 09:08:30 +00:00
2015-08-10 12:57:35 +00:00
It is based on MatrixKit (https://github.com/matrix-org/matrix-ios-kit) and MatrixSDK (https://github.com/matrix-org/matrix-ios-sdk).
2015-04-03 09:08:30 +00:00
2015-08-10 12:57:35 +00:00
You can build the app from source as per below:
2015-04-03 09:13:05 +00:00
Build instructions
==================
2015-08-10 12:57:35 +00:00
Before opening the Vector Xcode workspace, you need to build it with the
2015-04-24 14:41:56 +00:00
CocoaPods command::
2015-08-10 12:57:35 +00:00
$ cd Vector
$ pod install
2015-08-10 12:57:35 +00:00
This will load all dependencies for the Vector source code, including MatrixKit and MatrixSDK.
2015-04-03 09:08:30 +00:00
2015-08-10 12:57:35 +00:00
Then, open ``Vector.xcworkspace`` with Xcode
2015-08-10 12:57:35 +00:00
$ open Vector.xcworkspace
2014-12-24 16:26:27 +00:00