diff --git a/Package.swift b/Package.swift index cffad729..83eaa530 100644 --- a/Package.swift +++ b/Package.swift @@ -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( diff --git a/YttriumWrapper.podspec b/YttriumWrapper.podspec index f0819dd0..7ed33b9d 100644 --- a/YttriumWrapper.podspec +++ b/YttriumWrapper.podspec @@ -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' @@ -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