Skip to content

Commit 09cd88e

Browse files
committed
fix: package url
1 parent 4486454 commit 09cd88e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if ProcessInfo.processInfo.environment["LOCAL_BUILD"] != nil {
1111
}else {
1212
FFIbinaryTarget = .binaryTarget(
1313
name: "LoroFFI",
14-
url: "https://github.com/loro/loro-swift/releases/download/0.16.2-alpha.0/loroFFI.xcframework.zip",
14+
url: "https://github.com/loro-dev/loro-swift/releases/download/0.16.2-alpha.0/loroFFI.xcframework.zip",
1515
checksum: "a98119540ba962f1896243b27cc1e9f94629db831c9477a7fec388359d438c0c"
1616
)
1717
}

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ doc.checkoutToLatest()
9393
If you wanna build and develop this project with MacOS, you need first run this script:
9494

9595
```bash
96+
export LOCAL_BUILD=1
9697
sh ./scripts/build_macos.sh
9798
```
9899

0 commit comments

Comments
 (0)