aboutsummaryrefslogtreecommitdiff
path: root/xcode/README.rst
diff options
context:
space:
mode:
authormanuroe <manu@matrix.org>2016-09-27 11:57:29 +0200
committermanuroe <manu@matrix.org>2016-09-27 14:07:30 +0200
commit6f113dd7b3b4de918c4efb81d38a1ffe1d391b5b (patch)
tree19311a94dc999d776b36535d28f2c751cb7d629f /xcode/README.rst
parent1d06f2a4d9565c332081bc685edd8fd61d6507ef (diff)
OLMKit: Make the project build
Make OLMKit CocoaPods expose the obj-c wrapper of libolm
Diffstat (limited to 'xcode/README.rst')
-rw-r--r--xcode/README.rst22
1 files changed, 22 insertions, 0 deletions
diff --git a/xcode/README.rst b/xcode/README.rst
new file mode 100644
index 0000000..db78e57
--- /dev/null
+++ b/xcode/README.rst
@@ -0,0 +1,22 @@
+OLMKit
+======
+
+OLMKit exposes an Objective-C wrapper to libolm.
+
+The original work by Chris Ballinger can be found at https://github.com/chrisballinger/OLMKit.
+
+Installation
+------------
+You can embed OLMKit to your application project with CocoaPods. The pod for
+the latest OLMKit release is::
+
+ pod 'OLMKit'
+
+Development
+-----------
+Run `pod install` and open `OLMKit.xcworkspace`.
+
+The project contains only tests files. The libolm and the Objective-C wrapper source files are loaded via the OLMKit CocoaPods pod.
+
+To add a new source file, add it to the file system and run `pod update` to make CocoaPods insert into OLMKit.xcworkspace.
+