element-ios/matrixConsole
ylecollen fe376c0ba8 -> Reduce the rageshake timeout
-> apply screen scale to the screenshot (avoid having ugly ones on iphone 6+)
2015-02-02 17:24:51 +01:00
..
en.lproj Add Localizable.strings with loc-keys for APNS. 2015-01-16 10:47:25 +00:00
matrixConsole -> Reduce the rageshake timeout 2015-02-02 17:24:51 +01:00
matrixConsole.xcodeproj Add rageskahe feature : when the user shakes his device > 1.5s, the client takes a screenshot and prepare an email to send to "rageshake@matrix.org". 2015-02-02 16:43:47 +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 IPA build script and script to check what it's built looks vaguely sane. 2015-01-29 15:15:46 +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 -> Add libphonenumber in pod file (pod update is required) 2015-01-29 13:40:38 +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``.