Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
Olm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nheko Reborn
Olm
Commits
26bd2fc3
Commit
26bd2fc3
authored
3 years ago
by
manuroe
Browse files
Options
Downloads
Patches
Plain Diff
Swift package: Update instructions
parent
09fbb9e9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
README.md
+1
-1
1 addition, 1 deletion
README.md
xcode/README.rst
+10
-3
10 additions, 3 deletions
xcode/README.rst
with
12 additions
and
4 deletions
.gitignore
+
1
−
0
View file @
26bd2fc3
...
...
@@ -12,6 +12,7 @@
# Xcode
build/
.build/
DerivedData/
*.pbxuser
!default.pbxuser
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
26bd2fc3
...
...
@@ -117,7 +117,7 @@ Note that bindings may have a different license from libolm.
## Release process
First: bump version numbers in
``common.mk``
,
``CMakeLists.txt``
,
``javascript/package.json``
,
``python/olm/__version__.py``
,
``OLMKit.podspec``
,
``javascript/package.json``
,
``python/olm/__version__.py``
,
``OLMKit.podspec``
,
``Package.swift``
,
and
``android/olm-sdk/build.gradle``
(
``versionCode``
,
``versionName``
and
``version``
).
...
...
This diff is collapsed.
Click to expand it.
xcode/README.rst
+
10
−
3
View file @
26bd2fc3
...
...
@@ -12,15 +12,22 @@ the latest OLMKit release is::
pod 'OLMKit'
Or you can use Swift Package Manager with the URL::
https://gitlab.matrix.org/matrix-org/olm
Development
-----------
Run `pod install` and open `OLMKit.xcworkspace`.
Run `pod install` and open `OLMKit.xcworkspace`
with Xcode
.
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 it into OLMKit.xcworkspace.
Development alternative
-----------------------
Based on the Swift package, you can build source files and run tests directly from the command line: `swift test`.
Release
-------
See ../README.rst for the release of the CocoaPod.
See ../README.rst for the release of the CocoaPod and the Swift package.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment