Added Xcode workspaces build instructions

This commit is contained in:
Emmanuel ROHEE 2014-10-03 14:43:48 +02:00
parent 2dca2bf5cd
commit f36f414537

11
syMessaging/README.rst Normal file
View file

@ -0,0 +1,11 @@
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``.