7
0

add new version 15.4.0

This commit is contained in:
mac-mini-003 2026-06-08 10:47:22 +02:00
parent f406d0f8cc
commit 4ff4dbbf72

View File

@ -17,29 +17,29 @@ let package = Package(
.package(
name: "WebIdIosBankIdentPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-bank-ident-plugin-spm",
.exact("15.1.1")
.exact("15.2.0")
),
.package(
name: "WebIdDigitalSigningPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm",
.exact("15.1.1")
.exact("15.2.0")
),
.package(
name: "WebIdIosIdentScanPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm",
.exact("15.1.2")
.exact("15.2.0")
),
.package(
name: "WebIdOnDeviceDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm",
.exact("15.1.2")
.exact("15.2.0")
)
],
targets: [
.binaryTarget(
name: "WebIdPayProductPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdPayProductPlugin/15.3.3/WebIdPayProductPlugin.framework-v15.3.3.zip",
checksum: "6627d685ac8c5e12cf86beca8ac2c11990017b1a973675167943d613ebe441d3"
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdPayProductPlugin/15.4.0/WebIdPayProductPlugin.framework-v15.4.0.zip",
checksum: "4ae139f62aca76039573c21960da65ab65f813fbc727e0613cfce04be82b54b2"
),
.target(
name: "WebIdPayProductPluginWrapper",