OLMKit: Improve wording
This commit is contained in:
parent
32a5424971
commit
e19b7f54dc
2 changed files with 6 additions and 2 deletions
|
@ -60,7 +60,7 @@ Release process
|
||||||
|
|
||||||
# OLMKit CocoaPod release
|
# OLMKit CocoaPod release
|
||||||
# Make sure the version OLMKit.podspec is the same as the git tag
|
# 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 spec lint OLMKit.podspec --use-libraries --allow-warnings
|
||||||
pod trunk push OLMKit.podspec --use-libraries --allow-warnings
|
pod trunk push OLMKit.podspec --use-libraries --allow-warnings
|
||||||
# Check the pod has been successully published with:
|
# 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.
|
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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue