From 7a02f7359b9289a5a5daaec53371ed48add93f65 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 13 Jan 2026 09:08:25 +0100 Subject: [PATCH] add new version 15.2.1 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index e1f7ac6..7deb981 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm", - .exact("15.1.0") + .exact("15.1.1") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("15.1.0") + .exact("15.1.1") ), .package( name: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-plugin-spm", - .exact("15.1.0") + .exact("15.1.1") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("15.1.0") + .exact("15.1.1") ) ], targets: [ .binaryTarget( name: "WebIdEIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdEIdProductPlugin/15.2.0/WebIdEIdProductPlugin.framework-v15.2.0.zip", - checksum: "4a0a20cea942c3cf7aab4ba55f72464516038a8e751769b8c85ccded029f4d38" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdEIdProductPlugin/15.2.1/WebIdEIdProductPlugin.framework-v15.2.1.zip", + checksum: "eea2adb1996fc0cc69e7043f2cc4896510892adf8e50836ddd6076d5e80b16c4" ), .target( name: "WebIdEIdProductPluginWrapper",