Skip to content

Commit

Permalink
chore: update Package.swift and podspec for version 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 9, 2025
1 parent 2e004f6 commit eb6e3f8
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.5.0/libuniffi_yttrium.xcframework.zip",
checksum: "16ccd0ca5855f9c77a0ad768a976c9418715162bdd0903d6933642e920400b42"
url: "https://github.com/reown-com/yttrium/releases/download/0.5.1/libuniffi_yttrium.xcframework.zip",
checksum: "8df9794d00f5cc0798ac5c0fc2080a734b8486af77e141a5c7a1ed53ae567fdb"
)

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

Please sign in to comment.