element-ios/matrixConsole
manuroe 5c44f503a1 Console: Fix crash when switching rooms while the event stream is resuming.
When coming back on the main thread after doing some processing on the other queue, make sure the view controller is still here before doing UI requests on it
2015-02-25 14:06:00 +01:00
..
en.lproj Add Localizable.strings with loc-keys for APNS. 2015-01-16 10:47:25 +00:00
matrixConsole Console: Fix crash when switching rooms while the event stream is resuming. 2015-02-25 14:06:00 +01:00
matrixConsole.xcodeproj Console: Created MXCRegistrationWebView to do registration into a webview based on the home server registration fallback page 2015-02-23 18:15:05 +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
icon.svg Add SVG icon 2015-02-24 12:50:06 +00:00
Podfile Console: Feature SYIOS-68 - Rageshake needs to include device info. 2015-02-20 16:51:46 +01:00
Podfile.lock Podfile.lock: Moved to 0.3.0 2015-02-24 17:50:06 +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``.