A glossy Matrix collaboration client for iOS
Find a file
giomfo 9b91742ed9 Console: BugFix SYIOS-83 - When uploading an image, the bubble order jumps around
Keep our own timestamp clientside and ignore what the server says for uploaded attachments. The actual timestamp is considered in case of room history refresh.
2015-02-18 17:06:53 +01:00
en.lproj Add Localizable.strings with loc-keys for APNS. 2015-01-16 10:47:25 +00:00
matrixConsole Console: BugFix SYIOS-83 - When uploading an image, the bubble order jumps around 2015-02-18 17:06:53 +01:00
matrixConsole.xcodeproj Console: Rename RageShakableTableViewController to MXCTableViewController, and RageShakableViewController to MXCViewController. 2015-02-12 14:57:24 +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 Hopefully actually fix git branch info 2015-02-04 23:16:11 +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
Podfile -> Add libphonenumber in pod file (pod update is required) 2015-01-29 13:40:38 +01:00
Podfile.lock Update to v0.2.2 2015-02-05 17:01:57 +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``.