File tree 1 file changed +15
-2
lines changed 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
- # Loro -swift
1
+ < h1 align = " center " >loro -swift</ h1 >
2
2
3
3
<p align =" center " >
4
4
<a aria-label =" X " href =" https://x.com/loro_dev " target =" _blank " >
@@ -13,8 +13,21 @@ This repository contains experimental Swift bindings for [Loro CRDT](https://git
13
13
14
14
If you have any suggestions for API, please feel free to create an issue or join our [ Discord] ( https://discord.gg/tUsBSVfqzf ) community.
15
15
16
+ ## TODO
17
+
18
+ - [x] ` LoroDoc ` export and import
19
+ - [x] ` List ` /` Map ` /` Text ` /` Tree ` /` MovableList ` /` Counter ` Container
20
+ - [x] Checkout
21
+ - [x] Subscribe Event
22
+ - [ ] UndoManager
23
+ - [ ] Bindings for all types in Loro
24
+ - [ ] Tests
25
+ - [ ] Benchmarks
26
+
16
27
## Usage
17
28
29
+ ** Note: Loro-swift is still under development and no package has been released yet.**
30
+
18
31
Add the dependency in your ` Package.swift ` .
19
32
20
33
``` swift
@@ -23,7 +36,7 @@ let package = Package(
23
36
products : [...... ],
24
37
dependencies :[
25
38
... ,
26
- .package (url : " https://github.com/loro-dev/loro-swift.git" , from : 0.16.2 )
39
+ .package (url : " https://github.com/loro-dev/loro-swift.git" , from : " 0.16.2" )
27
40
],
28
41
targets :[
29
42
.executableTarget (
You can’t perform that action at this time.
0 commit comments