diff options
author | manuroe <manu@matrix.org> | 2016-11-17 14:03:15 +0100 |
---|---|---|
committer | manuroe <manu@matrix.org> | 2016-11-17 14:03:15 +0100 |
commit | 0b1ecbff2d31b94046834358b851c369ad36ee88 (patch) | |
tree | c117dd408bdcfdffa85c7c22a304acf4bc4d73e4 /README.rst | |
parent | 7ee17a295738f0db8cab74cec2343a577f2ade45 (diff) |
OLMKit: Add it to olm from version 2.0.1
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -33,6 +33,14 @@ To build the javascript bindings, install emscripten from http://kripken.github. make js +To build the Xcode workspace for Objective-C bindings, run: + +.. code:: bash + + cd xcode + pod install + open OLMKit.xcworkspace + Release process --------------- @@ -50,6 +58,14 @@ Release process git tag $VERSION -s git push --tags + # OLMKit CocoaPod release + # Make sure the version OLMKit.podspec is the same as the git tag + # (this should be checked before git tagging) + pod spec lint OLMKit.podspec --use-libraries --allow-warnings + pod trunk push OLMKit.podspec --use-libraries --allow-warnings + # Check the pod has been successully published with: + pod search OLMKit + It's probably sensible to do the above on a release branch (``release-vx.y.z`` by convention), and merge back to master once complete. |