Skip to content

Commit

Permalink
chore: update Package.swift and podspec for version 0.8.15
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 13, 2025
1 parent 7d93864 commit 6d79c5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ let yttriumXcframeworkTarget: Target = useLocalRustXcframework ?
) :
.binaryTarget(
name: "YttriumXCFramework",
url: "https://github.com/reown-com/yttrium/releases/download/0.8.13/libuniffi_yttrium.xcframework.zip",
checksum: "44bd85174fee3fbb9d7f453162cf1746c3b76ddfa33b1d9a620c0cea8b4453cc"
url: "https://github.com/reown-com/yttrium/releases/download/0.8.15/libuniffi_yttrium.xcframework.zip",
checksum: "aedae8bc4829fdebc2deab350c7dc626bda48336e60d9bef8b6f15ae8a877f7a"
)

let package = Package(
Expand Down
4 changes: 2 additions & 2 deletions YttriumWrapper.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'YttriumWrapper'
s.version = '0.8.13'
s.version = '0.8.15'
s.summary = '4337 implementation'
s.description = '4337 implementation and Chain Abstraction'
s.homepage = 'https://reown.com'
Expand All @@ -18,7 +18,7 @@ Pod::Spec.new do |s|

# Include the vendored framework
s.prepare_command = <<-SCRIPT
curl -L -o libuniffi_yttrium.xcframework.zip 'https://github.com/reown-com/yttrium/releases/download/0.8.13/libuniffi_yttrium.xcframework.zip'
curl -L -o libuniffi_yttrium.xcframework.zip 'https://github.com/reown-com/yttrium/releases/download/0.8.15/libuniffi_yttrium.xcframework.zip'
unzip -o libuniffi_yttrium.xcframework.zip -d platforms/swift/
rm libuniffi_yttrium.xcframework.zip
SCRIPT
Expand Down

0 comments on commit 6d79c5f

Please sign in to comment.