Skip to content

Commit

Permalink
chore: release v0.16.2-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Leeeon233 committed Aug 8, 2024
1 parent 224607e commit 6b63e96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
8 changes: 3 additions & 5 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ if ProcessInfo.processInfo.environment["LOCAL_BUILD"] != nil {
}else {
FFIbinaryTarget = .binaryTarget(
name: "LoroFFI",
url: "https://github.com/loro-dev/loro-swift/releases/download/0.16.2-alpha.0/loroFFI.xcframework.zip",
checksum: "a98119540ba962f1896243b27cc1e9f94629db831c9477a7fec388359d438c0c"
url: "https://github.com/loro-dev/loro-swift/releases/download/0.16.2-alpha.1/loroFFI.xcframework.zip",
checksum: "7fe0b1d86d0241a8ea4f5ebf4a9f72922fd25dd0e4f195f1abfe095afe6cd786"
)
}

Expand All @@ -35,9 +35,7 @@ let package = Package(
FFIbinaryTarget,
.target(
name: "Loro",
dependencies: ["LoroFFI"],
path: "Sources",
exclude:["../loro-rs", "../scripts", "../gen-swift"]
dependencies: ["LoroFFI"]
),
.testTarget(
name: "LoroTests",
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ If you have any suggestions for API, please feel free to create an issue or join

## Usage

**Note: Loro-swift is still under development and no package has been released yet.**

Add the dependency in your `Package.swift`.

```swift
Expand All @@ -36,7 +34,7 @@ let package = Package(
products: [......],
dependencies:[
...,
.package(url: "https://github.com/loro-dev/loro-swift.git", from: "0.16.2-alpha.0")
.package(url: "https://github.com/loro-dev/loro-swift.git", from: "0.16.2-alpha.1")
],
targets:[
.executableTarget(
Expand Down

0 comments on commit 6b63e96

Please sign in to comment.