From 0b1ecbff2d31b94046834358b851c369ad36ee88 Mon Sep 17 00:00:00 2001 From: manuroe Date: Thu, 17 Nov 2016 14:03:15 +0100 Subject: OLMKit: Add it to olm from version 2.0.1 --- README.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'README.rst') diff --git a/README.rst b/README.rst index be1fb1a..9b14efe 100644 --- a/README.rst +++ b/README.rst @@ -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. -- cgit v1.2.3 From e19b7f54dc81dcaba6902a2d9202e1587ad5c1a1 Mon Sep 17 00:00:00 2001 From: manuroe Date: Thu, 17 Nov 2016 14:43:04 +0100 Subject: OLMKit: Improve wording --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 9b14efe..0b2d915 100644 --- a/README.rst +++ b/README.rst @@ -60,7 +60,7 @@ Release process # OLMKit CocoaPod release # Make sure the version OLMKit.podspec is the same as the git tag - # (this should be checked before git tagging) + # (this must 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: -- cgit v1.2.3