element-ios/syMessaging
2014-11-05 15:52:21 +01:00
..
syMessaging Apply SDK renaming through the sample app code 2014-11-05 15:52:21 +01:00
syMessaging.xcodeproj Room details: adjust bubble size to attached images 2014-11-05 09:01:14 +01:00
syMessagingTests Create first sample project named "syMessaging", based on iOS template Master-Detail Application. 2014-10-02 17:02:47 +02:00
.gitignore Do not track the workspace on git as it is built by CocoaPods. Thus, users will be not tempted to open it before running "pod install" 2014-10-03 14:58:46 +02:00
Podfile Quickly created MatrixSDK.podspec so that the sample app can use SDK source code locally 2014-10-02 19:15:51 +02:00
Podfile.lock Update Pods version 2014-10-09 10:11:15 +02:00
README.rst Added Xcode workspaces build instructions 2014-10-03 14:43:48 +02: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``.