A glossy Matrix collaboration client for iOS
Find a file
2015-03-27 13:23:33 +01:00
en.lproj Add Localizable.strings with loc-keys for APNS. 2015-01-16 10:47:25 +00:00
matrixConsole Console: Recents - In case of refresh, keep visible selected room only if the primary and secondary view controllers are displayed side-by-side onscreen (split view controller use). 2015-03-16 13:32:40 +01:00
matrixConsole.xcodeproj Console: InApp notifications - Support tweak action for InApp notification. 2015-03-12 13:46:35 +01:00
matrixConsoleTests Rename directories of sample sources (matrixConsole) 2014-11-24 10:38:23 +01:00
.gitignore Rename directories of sample sources (matrixConsole) 2014-11-24 10:38:23 +01:00
buildipa.sh Let buildipa pass args to xcodebuild 2015-02-26 11:30:35 +00:00
checkipa.sh IPA build script and script to check what it's built looks vaguely sane. 2015-01-29 15:15:46 +00:00
icon.svg Remove phantom white letters from the logo 2015-02-27 17:20:33 +00:00
Podfile Console: Feature SYIOS-68 - Rageshake needs to include device info. 2015-02-20 16:51:46 +01:00
Podfile.lock Updated AFNetworking version: 2.4.1 -> 2.5.2 2015-03-27 13:23:33 +01:00
README.rst dummy commit 2014-12-24 16:26:27 +00:00

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

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

        $ pod install

This will load your local SDK source code into the sample workspace. 

Then, open ``syMessaging.xcworkspace``.