aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormanuroe <manu@matrix.org>2016-11-17 14:43:04 +0100
committermanuroe <manu@matrix.org>2016-11-17 14:43:04 +0100
commite19b7f54dc81dcaba6902a2d9202e1587ad5c1a1 (patch)
tree0775f475c7b72be4947ce5187c95dbf095ffd60b
parent32a5424971a208cc5cd5eba14211eca5f0f07fd8 (diff)
OLMKit: Improve wording
-rw-r--r--README.rst2
-rw-r--r--xcode/README.rst6
2 files changed, 6 insertions, 2 deletions
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:
diff --git a/xcode/README.rst b/xcode/README.rst
index db78e57..d56fa85 100644
--- a/xcode/README.rst
+++ b/xcode/README.rst
@@ -18,5 +18,9 @@ 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.
+To add a new source file, add it to the file system and run `pod update` to make CocoaPods insert it into OLMKit.xcworkspace.
+
+Release
+-------
+See ../README.rst for the release of the CocoaPod.