add new version 22.5.3

This commit is contained in:
mac-mini-003 2026-06-08 11:22:16 +02:00
parent 63dd872821
commit cd2afe190f

View File

@ -17,29 +17,29 @@ let package = Package(
.package(
name: "WebIdSdkUiKitComponents",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-ui-components-spm.git",
.upToNextMinor(from: "21.2.2")
.upToNextMinor(from: "21.2.3")
),
.package(
name: "WebIdEPassPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-epass-plugin-spm.git",
.exact("1.2.0")
.exact("1.2.1")
),
.package(
name: "WebIdIosIdentScanPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm",
.exact("23.1.0")
.exact("23.1.1")
),
.package(
name: "WebIdOnServerDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm",
.exact("23.1.0")
.exact("23.1.1")
)
],
targets: [
.binaryTarget(
name: "WebIdEPassProductPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdEPassProductPlugin/22.5.2/WebIdEPassProductPlugin.framework-v22.5.2.zip",
checksum: "b2b89c03494c807211222f68b9eccd66c532c3e2434aa240a8c8e648c39062f4"
url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdEPassProductPlugin/22.5.3/WebIdEPassProductPlugin.framework-v22.5.3.zip",
checksum: "69e267e200b7601e88aba03f5e53a745d196ebbf40f2f3539b30fb842f6cb85d"
),
.target(
name: "WebIdEPassProductPluginWrapper",