Skip to content

Commit

Permalink
Merge pull request #226 from niscy-eudiw/main
Browse files Browse the repository at this point in the history
New WalletKit and New RQES SDK updates.
  • Loading branch information
stzouvaras authored Dec 6, 2024
2 parents 68de175 + 1eb8ad6 commit 1893f06
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "32367701d08ff2f6ef61228ffe7784d0c8e7c478b2c2df5abf4da7c45c8a6c17",
"originHash" : "652e284400951e94b8f6512c84ce938cf9d420c6cf6e6c5accd63a1a94e8ce4f",
"pins" : [
{
"identity" : "activityindicatorview",
Expand Down Expand Up @@ -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"
}
},
{
Expand Down Expand Up @@ -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"
}
},
{
Expand All @@ -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"
}
},
{
Expand Down
1 change: 0 additions & 1 deletion Modules/feature-test/Sources/Utils/Constants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ extension Constants {
""
}


func receiveRequest() async throws -> MdocDataTransfer18013.UserRequestInfo {
.init(validItemsRequested: RequestItems())
}
Expand Down
2 changes: 1 addition & 1 deletion Modules/logic-business/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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")
],
Expand Down
2 changes: 1 addition & 1 deletion Modules/logic-core/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,6 @@ private extension TestDeepLinkController {
""
}


func receiveRequest() async throws -> MdocDataTransfer18013.UserRequestInfo {
.init(validItemsRequested: RequestItems())
}
Expand Down

0 comments on commit 1893f06

Please sign in to comment.