File tree 4 files changed +15
-15
lines changed
4 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ if ProcessInfo.processInfo.environment["LOCAL_BUILD"] != nil {
11
11
} else {
12
12
FFIbinaryTarget = . binaryTarget(
13
13
name: " LoroFFI " ,
14
- url: " https://github.com/loro-dev/loro-swift/releases/download/1.1.3 /loroFFI.xcframework.zip " ,
15
- checksum: " 354ece5ad8825e1c74d88ea59429d8508576b8eca1e4b9ab3d2f7506f7541846 "
14
+ url: " https://github.com/loro-dev/loro-swift/releases/download/1.2.7-alpha /loroFFI.xcframework.zip " ,
15
+ checksum: " 9cd49c6019c54deeed185ac0903c5497417faf03e8c0d0a8feccf2a97c9d2002 "
16
16
)
17
17
}
18
18
Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ our [Discord](https://discord.gg/tUsBSVfqzf) community.
20
20
21
21
## TODO
22
22
23
- - [x] ` LoroDoc ` export and import
24
- - [x] ` List ` /` Map ` /` Text ` /` Tree ` /` MovableList ` /` Counter ` Container
25
- - [x] Checkout
26
- - [x] Subscribe Event
27
- - [x] UndoManager
28
- - [x] Bindings for all types in Loro
29
- - [ ] Tests
30
- - [ ] Benchmarks
23
+ - [x] ` LoroDoc ` export and import
24
+ - [x] ` List ` /` Map ` /` Text ` /` Tree ` /` MovableList ` /` Counter ` Container
25
+ - [x] Checkout
26
+ - [x] Subscribe Event
27
+ - [x] UndoManager
28
+ - [x] Bindings for all types in Loro
29
+ - [ ] Tests
30
+ - [ ] Benchmarks
31
31
32
32
## Usage
33
33
@@ -39,7 +39,7 @@ let package = Package(
39
39
products : [...... ],
40
40
dependencies :[
41
41
... ,
42
- .package (url : " https://github.com/loro-dev/loro-swift.git" , from : " 1.1.3 " )
42
+ .package (url : " https://github.com/loro-dev/loro-swift.git" , from : " 1.2.7-alpha " )
43
43
],
44
44
targets :[
45
45
.executableTarget (
@@ -102,5 +102,5 @@ The script will run `uniffi` and generate the `loroFFI.xcframework.zip`.
102
102
103
103
# Credits
104
104
105
- - [ Automerge-swift] ( https://github.com/automerge/automerge-swift ) : ` loro-swift `
106
- uses many of ` automerge-swift ` 's scripts for building and CI.
105
+ - [ Automerge-swift] ( https://github.com/automerge/automerge-swift ) : ` loro-swift `
106
+ uses many of ` automerge-swift ` 's scripts for building and CI.
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " loro-swift"
3
- version = " 1.1.3 "
3
+ version = " 1.2.7-alpha "
4
4
edition = " 2021"
5
5
6
6
[lib ]
You can’t perform that action at this time.
0 commit comments