element-ios/matrixConsole
ylecollen b5394b25cb The contactManager has now two matrix user check mode
1 - when CONTACTS_3PIDS_SYNC is set
the client looks up for ALL the known 3PIDs even if the linked contacts are not displayed
2 - when CONTACTS_3PIDS_SYNC is NOT set
the client looks up to the PIDS on demand i.e. the displayed contacts request their PIDs refresh.
2015-01-26 11:05:53 +01:00
..
matrixConsole The contactManager has now two matrix user check mode 2015-01-26 11:05:53 +01:00
matrixConsole.xcodeproj Merge remote-tracking branch 'origin/develop' into with-contacts 2015-01-23 15:53:39 +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
Podfile First implementation of multiLines textInput (SYIOS-53). 2015-01-14 15:17:20 +01:00
Podfile.lock update Podfile (Mantle version) 2015-01-22 10:02:46 +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``.