Skip to content

Commit

Permalink
chore: update Package.swift and podspec for version 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 13, 2024
1 parent 38b2a05 commit 2f879e2
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.22/libuniffi_yttrium.xcframework.zip",
checksum: "72a13f384d71b05b5e3a1fd447938f665c3bb02026d833f0bbb2a63769705973"
url: "https://github.com/reown-com/yttrium/releases/download/0.4.6/libuniffi_yttrium.xcframework.zip",
checksum: "eae7393c7936d057139f2d6b93a1d61b78e8838ef7a6b641e22559977e924238"
)

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.2.22'
s.version = '0.4.6'
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.2.22/libuniffi_yttrium.xcframework.zip'
curl -L -o libuniffi_yttrium.xcframework.zip 'https://github.com/reown-com/yttrium/releases/download/0.4.6/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 2f879e2

Please sign in to comment.