Skip to content

Commit 6b63e96

Browse files
committed
chore: release v0.16.2-alpha.1
1 parent 224607e commit 6b63e96

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

Package.swift

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff 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/0.16.2-alpha.0/loroFFI.xcframework.zip",
15-
checksum: "a98119540ba962f1896243b27cc1e9f94629db831c9477a7fec388359d438c0c"
14+
url: "https://github.com/loro-dev/loro-swift/releases/download/0.16.2-alpha.1/loroFFI.xcframework.zip",
15+
checksum: "7fe0b1d86d0241a8ea4f5ebf4a9f72922fd25dd0e4f195f1abfe095afe6cd786"
1616
)
1717
}
1818

@@ -35,9 +35,7 @@ let package = Package(
3535
FFIbinaryTarget,
3636
.target(
3737
name: "Loro",
38-
dependencies: ["LoroFFI"],
39-
path: "Sources",
40-
exclude:["../loro-rs", "../scripts", "../gen-swift"]
38+
dependencies: ["LoroFFI"]
4139
),
4240
.testTarget(
4341
name: "LoroTests",

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ If you have any suggestions for API, please feel free to create an issue or join
2626

2727
## Usage
2828

29-
**Note: Loro-swift is still under development and no package has been released yet.**
30-
3129
Add the dependency in your `Package.swift`.
3230

3331
```swift
@@ -36,7 +34,7 @@ let package = Package(
3634
products: [......],
3735
dependencies:[
3836
...,
39-
.package(url: "https://github.com/loro-dev/loro-swift.git", from: "0.16.2-alpha.0")
37+
.package(url: "https://github.com/loro-dev/loro-swift.git", from: "0.16.2-alpha.1")
4038
],
4139
targets:[
4240
.executableTarget(

0 commit comments

Comments
 (0)