From 5c6ebd6b6fad860f5c51cbbfd282b90bbed511f5 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 12 Jan 2026 09:52:32 +0100 Subject: [PATCH] add new version 15.2.0 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index 5c82b6e..e1f7ac6 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.0.2") + .exact("15.1.0") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("15.0.2") + .exact("15.1.0") ), .package( name: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-plugin-spm", - .exact("15.0.5") + .exact("15.1.0") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("15.0.2") + .exact("15.1.0") ) ], targets: [ .binaryTarget( name: "WebIdEIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdEIdProductPlugin/15.1.4/WebIdEIdProductPlugin.framework-v15.1.4.zip", - checksum: "8e57f40a4e4204a9e83020ec856779c2378e2c83c060abe5d4542c7b5fe40731" + 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" ), .target( name: "WebIdEIdProductPluginWrapper",