Skip to content

Commit

Permalink
update rgb-lib to 0.2.0 + bump to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zoedberg committed Nov 10, 2023
1 parent d4c157c commit ec42939
Show file tree
Hide file tree
Showing 4 changed files with 1,529 additions and 924 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ let package = Package(
// .binaryTarget(name: "rgb_libFFI", path: "./rgb_libFFI.xcframework"),
.binaryTarget(
name: "rgb_libFFI",
url: "https://github.com/RGB-Tools/rgb-lib-swift/releases/download/0.2.0-alpha.2/rgb_libFFI.xcframework.zip",
checksum: "00a4854f9822b007a64da4db50f978a0049e7fdac89a79d116fe8b58bb908bf0"),
url: "https://github.com/RGB-Tools/rgb-lib-swift/releases/download/0.2.0/rgb_libFFI.xcframework.zip",
checksum: "67dc46cae48ff0a4a89ca9e5e7cb67adbd4f905dabb5411ae80ccd90c78c4754"),
.target(
name: "RgbLib",
dependencies: ["rgb_libFFI"]),
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ For example:
```swift
.binaryTarget(
name: "rgb_libFFI",
url: "https://github.com/RGB-Tools/rgb-lib-swift/releases/download/0.2.0-alpha.2/rgb_libFFI.xcframework.zip",
checksum: "00a4854f9822b007a64da4db50f978a0049e7fdac89a79d116fe8b58bb908bf0"),
url: "https://github.com/RGB-Tools/rgb-lib-swift/releases/download/0.2.0/rgb_libFFI.xcframework.zip",
checksum: "67dc46cae48ff0a4a89ca9e5e7cb67adbd4f905dabb5411ae80ccd90c78c4754"),
```

Commit the changed `Package.swift` file, then tag the commit with the new
Expand Down
Loading

0 comments on commit ec42939

Please sign in to comment.