Skip to content

Commit

Permalink
feat: remove celeste suport
Browse files Browse the repository at this point in the history
  • Loading branch information
metalurgical committed Oct 14, 2024
1 parent 6fdf296 commit 1f3bd3a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
},
{
Expand Down Expand Up @@ -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"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
],
Expand Down
2 changes: 1 addition & 1 deletion SingleFactorAuth.podspec
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 1f3bd3a

Please sign in to comment.