We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4486454 commit 09cd88eCopy full SHA for 09cd88e
Package.swift
@@ -11,7 +11,7 @@ if ProcessInfo.processInfo.environment["LOCAL_BUILD"] != nil {
11
}else {
12
FFIbinaryTarget = .binaryTarget(
13
name: "LoroFFI",
14
- url: "https://github.com/loro/loro-swift/releases/download/0.16.2-alpha.0/loroFFI.xcframework.zip",
+ url: "https://github.com/loro-dev/loro-swift/releases/download/0.16.2-alpha.0/loroFFI.xcframework.zip",
15
checksum: "a98119540ba962f1896243b27cc1e9f94629db831c9477a7fec388359d438c0c"
16
)
17
}
README.md
@@ -93,6 +93,7 @@ doc.checkoutToLatest()
93
If you wanna build and develop this project with MacOS, you need first run this script:
94
95
```bash
96
+export LOCAL_BUILD=1
97
sh ./scripts/build_macos.sh
98
```
99
0 commit comments