From 1eb8ad6dcd7d6d3cb5428c54c224ae803395c9d6 Mon Sep 17 00:00:00 2001 From: Stylianos Tzouvaras Date: Fri, 6 Dec 2024 13:57:47 +0200 Subject: [PATCH] New WalletKit and New RQES SDK updates. --- .../xcshareddata/swiftpm/Package.resolved | 14 +++++++------- Modules/feature-test/Sources/Utils/Constants.swift | 1 - Modules/logic-business/Package.swift | 2 +- Modules/logic-core/Package.swift | 2 +- .../Tests/Controller/TestDeepLinkController.swift | 1 - 5 files changed, 9 insertions(+), 11 deletions(-) diff --git a/EudiReferenceWallet.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/EudiReferenceWallet.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index a86729e9..24a9f6e6 100644 --- a/EudiReferenceWallet.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/EudiReferenceWallet.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "32367701d08ff2f6ef61228ffe7784d0c8e7c478b2c2df5abf4da7c45c8a6c17", + "originHash" : "652e284400951e94b8f6512c84ce938cf9d420c6cf6e6c5accd63a1a94e8ce4f", "pins" : [ { "identity" : "activityindicatorview", @@ -132,8 +132,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/eu-digital-identity-wallet/eudi-lib-ios-openid4vci-swift.git", "state" : { - "revision" : "18f4906739cebedf63cbf57002d313dc5ab8e087", - "version" : "0.8.0" + "revision" : "176842b11ccd7cf5cc14cc12464ea431d12a2a5c", + "version" : "0.9.0" } }, { @@ -168,8 +168,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/eu-digital-identity-wallet/eudi-lib-ios-rqes-ui.git", "state" : { - "revision" : "1b6e84d59ee0da1c264d22807012a61f6431877f", - "version" : "0.1.3" + "revision" : "69f26808db7cd7d74296a691fdaae2d25facdccf", + "version" : "0.1.4" } }, { @@ -186,8 +186,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/eu-digital-identity-wallet/eudi-lib-ios-wallet-kit.git", "state" : { - "revision" : "8bdf0a944b116370d8efa158bfa50c39c192bb95", - "version" : "0.8.1" + "revision" : "71e7807bde23a208fff6214acd17f0db982fbfac", + "version" : "0.8.3" } }, { diff --git a/Modules/feature-test/Sources/Utils/Constants.swift b/Modules/feature-test/Sources/Utils/Constants.swift index dffdf6fc..96596b06 100644 --- a/Modules/feature-test/Sources/Utils/Constants.swift +++ b/Modules/feature-test/Sources/Utils/Constants.swift @@ -69,7 +69,6 @@ extension Constants { "" } - func receiveRequest() async throws -> MdocDataTransfer18013.UserRequestInfo { .init(validItemsRequested: RequestItems()) } diff --git a/Modules/logic-business/Package.swift b/Modules/logic-business/Package.swift index e0c0ac9a..67b98c3a 100644 --- a/Modules/logic-business/Package.swift +++ b/Modules/logic-business/Package.swift @@ -43,7 +43,7 @@ let package = Package( ), .package( url: "https://github.com/eu-digital-identity-wallet/eudi-lib-ios-rqes-ui.git", - exact: "0.1.3" + exact: "0.1.4" ), .package(name: "logic-test", path: "./logic-test") ], diff --git a/Modules/logic-core/Package.swift b/Modules/logic-core/Package.swift index 78303246..fec56f92 100644 --- a/Modules/logic-core/Package.swift +++ b/Modules/logic-core/Package.swift @@ -14,7 +14,7 @@ let package = Package( dependencies: [ .package( url: "https://github.com/eu-digital-identity-wallet/eudi-lib-ios-wallet-kit.git", - exact: "0.8.1" + exact: "0.8.3" ), .package( name: "logic-resources", diff --git a/Modules/logic-ui/Tests/Controller/TestDeepLinkController.swift b/Modules/logic-ui/Tests/Controller/TestDeepLinkController.swift index 4f3d0e4f..9f9a715c 100644 --- a/Modules/logic-ui/Tests/Controller/TestDeepLinkController.swift +++ b/Modules/logic-ui/Tests/Controller/TestDeepLinkController.swift @@ -295,7 +295,6 @@ private extension TestDeepLinkController { "" } - func receiveRequest() async throws -> MdocDataTransfer18013.UserRequestInfo { .init(validItemsRequested: RequestItems()) }