Skip to content

Commit

Permalink
update rgb-lib to 0.3.0-alpha.9 + bump to 0.3.0-alpha.9
Browse files Browse the repository at this point in the history
  • Loading branch information
zoedberg committed Oct 14, 2024
1 parent 92412b0 commit ed9801d
Show file tree
Hide file tree
Showing 4 changed files with 272 additions and 183 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.3.0-alpha.8/rgb_libFFI.xcframework.zip",
checksum: "f8eec5c1839ac4f3b6a951324faebc25ec17ddd206b1034e9654d2828be8cc76"),
url: "https://github.com/RGB-Tools/rgb-lib-swift/releases/download/0.3.0-alpha.9/rgb_libFFI.xcframework.zip",
checksum: "0482d85d8a4865fc785029d9d5afd4e5c5322d118f36cf1a48aabe65f8d226b1"),
.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.3.0-alpha.8/rgb_libFFI.xcframework.zip",
checksum: "f8eec5c1839ac4f3b6a951324faebc25ec17ddd206b1034e9654d2828be8cc76"),
url: "https://github.com/RGB-Tools/rgb-lib-swift/releases/download/0.3.0-alpha.9/rgb_libFFI.xcframework.zip",
checksum: "0482d85d8a4865fc785029d9d5afd4e5c5322d118f36cf1a48aabe65f8d226b1"),
```

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

0 comments on commit ed9801d

Please sign in to comment.