Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michael Telatynski
Olm
Commits
e19b7f54
Commit
e19b7f54
authored
Nov 17, 2016
by
manuroe
Browse files
OLMKit: Improve wording
parent
32a54249
Changes
2
Show whitespace changes
Inline
Side-by-side
README.rst
View file @
e19b7f54
...
@@ -60,7 +60,7 @@ Release process
...
@@ -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:
...
...
xcode/README.rst
View file @
e19b7f54
...
@@ -18,5 +18,9 @@ Run `pod install` and open `OLMKit.xcworkspace`.
...
@@ -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.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment