From 1f3bd3a34f9f6416fc9d480bb6af877b05f53741 Mon Sep 17 00:00:00 2001 From: metalurgical <97008724+metalurgical@users.noreply.github.com> Date: Mon, 14 Oct 2024 05:33:41 +0200 Subject: [PATCH 1/2] feat: remove celeste suport --- Package.resolved | 8 ++++---- Package.swift | 2 +- SingleFactorAuth.podspec | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.resolved b/Package.resolved index 0aaf19f..e0690e5 100644 --- a/Package.resolved +++ b/Package.resolved @@ -23,8 +23,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/torusresearch/fetch-node-details-swift", "state" : { - "branch" : "encapsulate_torusnetwork", - "revision" : "2fcd108ea89a48f092a955017977a299129d20c7" + "branch" : "remove_celeste_support", + "revision" : "c696757f2249d9b5d380fb5b3b6536bec8bc1741" } }, { @@ -68,8 +68,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/torusresearch/torus-utils-swift.git", "state" : { - "branch" : "encapsulate_torusnetwork", - "revision" : "4d01a8d07cfbde3c23b468d1f234a4a73b0ca200" + "branch" : "remove_celeste_support", + "revision" : "1ffc4d39bb6505e55e635ad69cee89e49b945f75" } } ], diff --git a/Package.swift b/Package.swift index 368ac5c..d62cccf 100644 --- a/Package.swift +++ b/Package.swift @@ -15,7 +15,7 @@ let package = Package( targets: ["SingleFactorAuth"]) ], dependencies: [ - .package(url: "https://github.com/torusresearch/torus-utils-swift.git", branch: "encapsulate_torusnetwork"), + .package(url: "https://github.com/torusresearch/torus-utils-swift.git", branch: "remove_celeste_support"), .package(url: "https://github.com/vapor/jwt-kit.git", from: "4.0.0"), .package(url: "https://github.com/Web3Auth/session-manager-swift.git", from: "5.0.0"), ], diff --git a/SingleFactorAuth.podspec b/SingleFactorAuth.podspec index 5633b9e..c7166ef 100644 --- a/SingleFactorAuth.podspec +++ b/SingleFactorAuth.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "SingleFactorAuth" - spec.version = "9.0.0" + spec.version = "10.0.0" spec.ios.deployment_target = "14.0" spec.summary = "Enable one key flow for Web3Auth" spec.homepage = "https://github.com/Web3Auth/single-factor-auth-swift" From 7ef4442e2ffd0730deded940b77002bd2be2f3b8 Mon Sep 17 00:00:00 2001 From: metalurgical <97008724+metalurgical@users.noreply.github.com> Date: Mon, 14 Oct 2024 05:44:45 +0200 Subject: [PATCH 2/2] update --- SingleFactorAuth.podspec | 1 - 1 file changed, 1 deletion(-) diff --git a/SingleFactorAuth.podspec b/SingleFactorAuth.podspec index c7166ef..733868f 100644 --- a/SingleFactorAuth.podspec +++ b/SingleFactorAuth.podspec @@ -10,7 +10,6 @@ Pod::Spec.new do |spec| spec.module_name = "SingleFactorAuth" spec.source = { :git => "https://github.com/web3Auth/single-factor-auth-swift", :tag => spec.version } spec.source_files = "Sources/SingleFactorAuth/*.{swift,json}","Sources/SingleFactorAuth/**/*.{swift,json}" - spec.dependency 'curvelib.swift', '~> 1.0.1' spec.dependency 'Torus-utils', '~> 10.0.0' spec.dependency 'TorusSessionManager', '~> 5.0.0' end