mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-01 13:46:57 +02:00
d893905fcfeec9fe6c4e2afc28f8a6387f1712cf
Conflicts: Vector.xcodeproj/project.pbxproj Vector/AppDelegate.m Vector/Categories/MXRoom+Vector.m Vector/Model/RoomList/RecentsDataSource.m Vector/Utils/AvatarGenerator.m
Vector-ios
==========
Vector/iOS is an iOS Matrix client.
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.
Then, open ``Vector.xcworkspace`` with Xcode
$ open Vector.xcworkspace
Languages
Swift
57.4%
Objective-C
41.7%
HTML
0.5%
Shell
0.2%