Skip to content

Commit

Permalink
Merge pull request #78 from torusresearch/fix_demo
Browse files Browse the repository at this point in the history
Update demo to latest major version
  • Loading branch information
chaitanyapotti authored Oct 24, 2024
2 parents a06983f + c5e9d97 commit ffb5d96
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 20 deletions.
4 changes: 2 additions & 2 deletions CustomAuthDemo/CustomAuthDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -631,8 +631,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/torusresearch/customauth-swift-sdk/";
requirement = {
branch = features_update;
kind = branch;
kind = exactVersion;
version = 11.0.0;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"originHash" : "18b632e2194394e0c1a608ed933754bf428e89a5fb32ba332befd79edc99e5f5",
"pins" : [
{
"identity" : "bigint",
Expand All @@ -19,21 +20,21 @@
}
},
{
"identity" : "fetch-node-details-swift",
"identity" : "customauth-swift-sdk",
"kind" : "remoteSourceControl",
"location" : "https://github.com/torusresearch/fetch-node-details-swift",
"location" : "https://github.com/torusresearch/customauth-swift-sdk/",
"state" : {
"revision" : "52fb5efaa94e0fe3775913ab00964bcb51601c2a",
"version" : "8.0.0"
"revision" : "a06983fa1525f2ca2aa58229dafd94faf88cdc0e",
"version" : "11.0.0"
}
},
{
"identity" : "jwt-kit",
"identity" : "fetch-node-details-swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/vapor/jwt-kit.git",
"location" : "https://github.com/torusresearch/fetch-node-details-swift",
"state" : {
"revision" : "c2595b9ad7f512d7f334830b4df1fed6e917946a",
"version" : "4.13.4"
"revision" : "52fb5efaa94e0fe3775913ab00964bcb51601c2a",
"version" : "8.0.0"
}
},
{
Expand All @@ -45,15 +46,6 @@
"version" : "3.2.0"
}
},
{
"identity" : "swift-crypto",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-crypto.git",
"state" : {
"revision" : "81bee98e706aee68d39ed5996db069ef2b313d62",
"version" : "3.7.1"
}
},
{
"identity" : "torus-utils-swift",
"kind" : "remoteSourceControl",
Expand All @@ -64,5 +56,5 @@
}
}
],
"version" : 2
"version" : 3
}

0 comments on commit ffb5d96

Please sign in to comment.