File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ if ProcessInfo.processInfo.environment["LOCAL_BUILD"] != nil {
1111} else {
1212 FFIbinaryTarget = . binaryTarget(
1313 name: " LoroFFI " ,
14- url: " https://github.com/loro-dev/loro-swift/releases/download/1.6.0 /loroFFI.xcframework.zip " ,
15- checksum: " cca013900351b068eda4083474fb63c267a3ba0ccb5c36f6910199c254f1e226 "
14+ url: " https://github.com/loro-dev/loro-swift/releases/download/1.6.1 /loroFFI.xcframework.zip " ,
15+ checksum: " e256e7e5017d2972f83d079b6068cb3597a14742b67f3dfb39c7ce98363b890c "
1616 )
1717}
1818
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ let package = Package(
2929 products : [...... ],
3030 dependencies :[
3131 ... ,
32- .package (url : " https://github.com/loro-dev/loro-swift.git" , from : " 1.6.0 " )
32+ .package (url : " https://github.com/loro-dev/loro-swift.git" , from : " 1.6.1 " )
3333 ],
3434 targets :[
3535 .executableTarget (
You can’t perform that action at this time.
0 commit comments