From 41537c7ca1b2fd3032845e62159109900b1bcfda Mon Sep 17 00:00:00 2001 From: metalurgical <97008724+metalurgical@users.noreply.github.com> Date: Mon, 22 Apr 2024 11:08:16 +0200 Subject: [PATCH 1/2] Update web3-swift-mpc-provider.podspec --- web3-swift-mpc-provider.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web3-swift-mpc-provider.podspec b/web3-swift-mpc-provider.podspec index d4f88b5..830effc 100644 --- a/web3-swift-mpc-provider.podspec +++ b/web3-swift-mpc-provider.podspec @@ -1,5 +1,5 @@ Pod::Spec.new do |spec| - spec.name = "web3-mpc-provider-swift" + spec.name = "web3-swift-mpc-provider" spec.version = "4.0.0" spec.ios.deployment_target = '13.0' spec.summary = "MPC TSS Client" @@ -10,7 +10,7 @@ Pod::Spec.new do |spec| spec.source = { :git => "https://github.com/tkey/web3-swift-mpc-provider.git", :tag => spec.version } spec.source_files = "Sources/**/*.{swift,h,c}" spec.dependency 'web3.swift', '~> 1.6.0' - spec.dependency 'tssClientSwift', '4.0.0' + spec.dependency 'tss-client-swift', '4.0.0' spec.dependency 'curvelib.swift', '~> 1.0.1' spec.module_name = "Web3SwiftMpcProvider" end From 8dd0fb0d84ed1c22cfb2b000d352acda18cc0e69 Mon Sep 17 00:00:00 2001 From: metalurgical <97008724+metalurgical@users.noreply.github.com> Date: Mon, 22 Apr 2024 15:38:38 +0200 Subject: [PATCH 2/2] fix: update for downgrade bigint --- Package.resolved | 4 ++-- Package.swift | 2 +- web3-swift-mpc-provider.podspec | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Package.resolved b/Package.resolved index 2b4c38f..6d1e578 100644 --- a/Package.resolved +++ b/Package.resolved @@ -123,8 +123,8 @@ "repositoryURL": "https://github.com/torusresearch/tss-client-swift.git", "state": { "branch": null, - "revision": "40246d5e3ff1d2c97d41846576f7a81d58858981", - "version": "4.0.0" + "revision": "3beedc78716d9681aaa1dbe110cdfd33090a8fff", + "version": "4.0.2" } }, { diff --git a/Package.swift b/Package.swift index dcda146..4b8a34d 100644 --- a/Package.swift +++ b/Package.swift @@ -14,7 +14,7 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/argentlabs/web3.swift", from:"1.6.0"), - .package(url: "https://github.com/torusresearch/tss-client-swift.git", from: "4.0.0"), + .package(url: "https://github.com/torusresearch/tss-client-swift.git", from: "4.0.2"), .package(url: "https://github.com/tkey/curvelib.swift", from: "1.0.1"), ], targets: [ diff --git a/web3-swift-mpc-provider.podspec b/web3-swift-mpc-provider.podspec index 830effc..eaabf9c 100644 --- a/web3-swift-mpc-provider.podspec +++ b/web3-swift-mpc-provider.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "web3-swift-mpc-provider" - spec.version = "4.0.0" + spec.version = "4.0.1" spec.ios.deployment_target = '13.0' spec.summary = "MPC TSS Client" spec.homepage = "https://web3auth.io/" @@ -10,7 +10,7 @@ Pod::Spec.new do |spec| spec.source = { :git => "https://github.com/tkey/web3-swift-mpc-provider.git", :tag => spec.version } spec.source_files = "Sources/**/*.{swift,h,c}" spec.dependency 'web3.swift', '~> 1.6.0' - spec.dependency 'tss-client-swift', '4.0.0' + spec.dependency 'tss-client-swift', '4.0.2' spec.dependency 'curvelib.swift', '~> 1.0.1' spec.module_name = "Web3SwiftMpcProvider" end