Skip to content
Snippets Groups Projects
Commit e19b7f54 authored by manuroe's avatar manuroe
Browse files

OLMKit: Improve wording

parent 32a54249
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
......@@ -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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment