diff --git a/CustomAuthDemo/CustomAuthDemo.xcodeproj/project.pbxproj b/CustomAuthDemo/CustomAuthDemo.xcodeproj/project.pbxproj index 9b6516f..1e01847 100644 --- a/CustomAuthDemo/CustomAuthDemo.xcodeproj/project.pbxproj +++ b/CustomAuthDemo/CustomAuthDemo.xcodeproj/project.pbxproj @@ -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 */ diff --git a/CustomAuthDemo/CustomAuthDemo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/CustomAuthDemo/CustomAuthDemo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index e0337bf..001f634 100644 --- a/CustomAuthDemo/CustomAuthDemo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/CustomAuthDemo/CustomAuthDemo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -1,4 +1,5 @@ { + "originHash" : "18b632e2194394e0c1a608ed933754bf428e89a5fb32ba332befd79edc99e5f5", "pins" : [ { "identity" : "bigint", @@ -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" } }, { @@ -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", @@ -64,5 +56,5 @@ } } ], - "version" : 2 + "version" : 3 }