element-ios/syMessaging
2014-10-08 18:55:26 +02:00
..
syMessaging Update Settings Tab in sample project (add logout support) 2014-10-08 18:55:26 +02:00
syMessaging.xcodeproj Update Settings Tab in sample project (add logout support) 2014-10-08 18:55:26 +02: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 Quickly created MatrixSDK.podspec so that the sample app can use SDK source code locally 2014-10-02 19:15:51 +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``.