File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
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.3.2 /loroFFI.xcframework.zip " ,
15
- checksum: " 3cfb06201af1e265351b11f6669f6a2a9cdbb5db3f65ef994ae6bdeb118c3b00 "
14
+ url: " https://github.com/loro-dev/loro-swift/releases/download/1.3.3 /loroFFI.xcframework.zip " ,
15
+ checksum: " a38b3625967f34451f89862f67e7312336ee9742d53cdf66f2e64d01313b5f18 "
16
16
)
17
17
}
18
18
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ let package = Package(
29
29
products : [...... ],
30
30
dependencies :[
31
31
... ,
32
- .package (url : " https://github.com/loro-dev/loro-swift.git" , from : " 1.3.2 " )
32
+ .package (url : " https://github.com/loro-dev/loro-swift.git" , from : " 1.3.3 " )
33
33
],
34
34
targets :[
35
35
.executableTarget (
You can’t perform that action at this time.
0 commit comments